﻿@charset "utf-8";
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
.clearfix {
  clear: both;
  min-height: 0;
  display: block;
}
ul {
  list-style-type: none;
}
* {
  text-decoration: none;
}
*:active,
:focus,
:visited {
  outline: none;
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@font-face {
  font-family: 'clashGrostekLight';
  src: url("../Font/clashGrostek/light/light.eot");
  src: url("../Font/clashGrostek/light/light.eot?#iefix") format("embedded-opentype"), url("../Font/clashGrostek/light/light.woff") format("woff"), url("../Font/clashGrostek/light/light.ttf") format("truetype"), url("../Font/clashGrostek/light/light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clashGrostekRegular';
  src: url("../Font/clashGrostek/regular/regular.eot");
  src: url("../Font/clashGrostek/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/clashGrostek/regular/regular.woff") format("woff"), url("../Font/clashGrostek/regular/regular.ttf") format("truetype"), url("../Font/clashGrostek/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ntfabulous';
  src: url("../Font/ntfabulous/regular/regular.eot");
  src: url("../Font/ntfabulous/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/ntfabulous/regular/regular.woff") format("woff"), url("../Font/ntfabulous/regular/regular.ttf") format("truetype"), url("../Font/ntfabulous/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roundhand';
  src: url("../Font/roundhand/regular/regular.eot");
  src: url("../Font/roundhand/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/roundhand/regular/regular.woff") format("woff"), url("../Font/roundhand/regular/regular.ttf") format("truetype"), url("../Font/roundhand/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'clashGrostekLight';
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  padding-top: 60px;
}
::selection {
  background: #000000;
  color: #ffffff;
}
::placeholder {
  color: #000000;
}
input::placeholder {
  color: #000000;
}
input::placeholder {
  color: #000000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: #53565a !important;
  -webkit-text-fill-color: #53565a !important;
  -webkit-box-shadow: 0 0 0 1000px #f7f6f1 inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
.fullContainer {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.fullContainer.coneLeft {
  background-image: url('../InterfaceImages/coneLeft.svg');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 320px 675px;
}
.fullContainer.coneRight {
  background-image: url('../InterfaceImages/coneRight.svg');
  background-repeat: no-repeat;
  background-position: center right;
}
.fullContainer.bg {
  background-color: #f7f6f1;
}
.container {
  width: 1260px;
  margin: 0 auto;
  display: flex;
}
.title {
  font-family: 'ntfabulous';
  font-size: 70px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
}
.title a {
  color: #53565a;
}
.ctaBtn {
  font-family: 'clashGrostekRegular';
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  display: flex;
  height: 30px;
  align-items: center;
  letter-spacing: 2px;
  -webkit-transition-property: "letter-spacing";
  -moz-transition-property: "letter-spacing";
  -o-transition-property: "letter-spacing";
  -ms-transition-property: "letter-spacing";
  transition-property: "letter-spacing";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.ctaBtn:hover {
  letter-spacing: 3px;
}
.ctaBtn:before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #53565a;
  display: block;
  margin-right: 18px;
}
.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8a7e70;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(0.3);
  z-index: 1000;
}
.custom-cursor--link {
  transform: translate(-50%, -50%) scale(1);
}
.block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
  min-height: 300px;
}
.block--black {
  background-color: black;
  color: white;
}
.block--white {
  background-color: #8a7e70;
  color: black;
}
.block__title,
.block__link {
  color: currentColor;
}
.block__title {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
}
.block__link {
  padding: .5em;
  text-decoration: none;
  transition: letter-spacing 200ms ease;
}
.block__link:hover {
  letter-spacing: .1em;
}
/* form */
.textBox,
.textAreaBox,
.selectBox {
  width: 100%;
  height: 56px;
  position: relative;
}
.textBox.textAreaBox,
.textAreaBox.textAreaBox,
.selectBox.textAreaBox {
  height: auto !important;
}
.textBox.active .titleText,
.textAreaBox.active .titleText,
.selectBox.active .titleText {
  top: -16px;
  color: #918679;
}
.textBox.active input,
.textAreaBox.active input,
.selectBox.active input {
  border-bottom: 2px #918679 solid;
}
.textBox.active textArea,
.textAreaBox.active textArea,
.selectBox.active textArea {
  border-bottom: 2px #918679 solid;
}
.textBox .errorText[visibility="visible"],
.textAreaBox .errorText[visibility="visible"],
.selectBox .errorText[visibility="visible"] {
  visibility: visible;
}
.textBox .errorText[visibility="visible"] + .titleText,
.textAreaBox .errorText[visibility="visible"] + .titleText,
.selectBox .errorText[visibility="visible"] + .titleText {
  color: red;
}
.textBox .errorText[visibility="visible"] ~ input,
.textAreaBox .errorText[visibility="visible"] ~ input,
.selectBox .errorText[visibility="visible"] ~ input,
.textBox .errorText[visibility="visible"] ~ textarea,
.textAreaBox .errorText[visibility="visible"] ~ textarea,
.selectBox .errorText[visibility="visible"] ~ textarea {
  color: red;
}
.textBox .errorText,
.textAreaBox .errorText,
.selectBox .errorText {
  font-family: 'clashGrostekLight';
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: red;
  height: 20px;
  position: absolute;
  bottom: -22px;
  left: 0;
  z-index: 1;
}
.textBox .titleText,
.textAreaBox .titleText,
.selectBox .titleText {
  font-family: 'clashGrostekLight';
  font-size: 22px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  height: 22px;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 1;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.textBox input,
.textAreaBox input,
.selectBox input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 0;
  font-family: 'clashGrostekLight';
  font-size: 20px;
  line-height: 56px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  caret-color: #8a7e70;
  border-bottom: 1px #8a7e70 solid;
}
.textBox textArea,
.textAreaBox textArea,
.selectBox textArea {
  display: flex;
  width: 100%;
  height: 120px;
  border: none;
  background: none;
  padding: 20px 0;
  font-family: 'clashGrostekLight';
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  resize: none;
  caret-color: #8a7e70;
  overflow-y: clip;
  border-bottom: 1px #8a7e70 solid;
}
.selectBox {
  width: 100%;
  height: 56px;
  position: relative;
  border-bottom: 1px #8a7e70 solid;
  -webkit-transition-property: visibility,opacity,top,width;
  -moz-transition-property: visibility,opacity,top,width;
  -o-transition-property: visibility,opacity,top,width;
  -ms-transition-property: visibility,opacity,top,width;
  transition-property: visibility,opacity,top,width;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.selectBox.active {
  border-bottom: 2px #8a7e70 solid;
}
.selectBox.active p:before {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.selectBox.active p:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.selectBox.active ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.selectBox .selectBoxInner {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.selectBox p {
  width: 100%;
  height: 100%;
  font-family: 'clashGrostekLight';
  font-size: 22px;
  line-height: 56px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.selectBox p:before {
  content: "";
  width: 100%;
  height: 33px;
  background: #ffffff;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-property: visibility,opacity;
  -moz-transition-property: visibility,opacity;
  -o-transition-property: visibility,opacity;
  -ms-transition-property: visibility,opacity;
  transition-property: visibility,opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.selectBox p:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -15px -40px;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 20px;
  right: 0px;
}
.selectBox ul {
  width: 100%;
  max-height: 300px;
  background: #ffffff;
  color: #53565a;
  position: absolute;
  z-index: 10;
  top: 56px;
  left: 0;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-property: visibility,opacity;
  -moz-transition-property: visibility,opacity;
  -o-transition-property: visibility,opacity;
  -ms-transition-property: visibility,opacity;
  transition-property: visibility,opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  user-select: none;
  text-align: left;
  overflow-y: scroll;
}
.selectBox ul li {
  height: 46px;
  border-bottom: 1px #8a7e70 solid;
}
.selectBox ul li:hover {
  background: #f7f6f1;
}
.selectBox ul li:hover a {
  font-family: 'clashGrostekLight';
  font-size: 18px;
  line-height: 46px;
  -webkit-font-smoothing: antialiased;
}
.selectBox ul li a {
  font-family: 'clashGrostekLight';
  font-size: 18px;
  line-height: 46px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  display: block;
  padding: 0 30px;
}
.checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 1% 30px 1%;
  position: relative;
  cursor: pointer;
  font-family: 'clashGrostekLight';
  font-size: 18px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}
.checkbox .checkmark {
  height: 20px;
  width: 20px;
  border: 2px #8a7e70 solid;
  position: relative;
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 4px;
  height: 12px;
  border: solid #8a7e70;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox a {
  text-decoration: underline;
  color: #53565a;
  margin: 0 8px;
}
.checkbox .errorText {
  font-family: 'clashGrostekLight';
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: red;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
#ui-datepicker-div {
  background: #ffffff;
}
#ui-datepicker-div .ui-datepicker-header {
  height: 50px;
  position: relative;
  margin-bottom: 5px;
  border-bottom: 1px #ddddde solid;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 50px;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  text-indent: -99999999px;
  display: block;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -55px;
  width: 20px;
  height: 20px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 20px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -20px -55px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: left;
  padding-left: 20px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  font-family: 'clashGrostekRegular';
  font-size: 20px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  color: #8a7e70;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-family: 'clashGrostekRegular';
  font-size: 20px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  color: #8a7e70;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0 auto;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  padding-bottom: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th span {
  font-family: 'clashGrostekLight';
  font-size: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #999999;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  height: 44px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  height: 44px;
  width: 44px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  font-family: 'ntfabulous';
  font-size: 20px;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  display: block;
  color: #53565a;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
  font-family: 'ntfabulous';
  font-size: 20px;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-start a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-selected-range a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-end a {
  color: #ffffff;
  background-color: #53565a;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  font-family: 'ntfabulous';
  font-size: 20px;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-start a {
  background-color: #8a7e70;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  pointer-events: none !important;
}
.formContainer {
  width: 100%;
  padding: 200px 0;
  margin: 150px 0;
  background-color: #f7f6f1;
  background-image: url('../InterfaceImages/formBg.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.formContainer .formArea {
  max-width: 1020px;
  margin: 80px auto 0 auto;
}
.formContainer .formRow {
  min-height: 100px;
  width: 100%;
  clear: both;
}
.formContainer .formRow.hAuto {
  min-height: auto;
}
.formContainer .textBox,
.formContainer .selectBox {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.formContainer .textBox.full,
.formContainer .selectBox.full {
  width: 98%;
  float: left;
  margin: 0 1%;
}
.formContainer .textAreaBox {
  width: 98%;
  margin: 0 1%;
}
.formContainer .sendBtn {
  width: auto;
  height: 60px;
  background: #53565a;
  border: none;
  padding: 0 30px;
  text-align: center;
  font-family: 'clashGrostekRegular';
  font-size: 18px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
}
.formStatus {
  text-align: center;
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  margin: 100px 0;
}
.formStatus.formUnsuccess {
  margin: unset;
}
.formStatus.formUnsuccess .icon {
  background-image: url('../InterfaceImages/unsuccess.svg');
  background-repeat: no-repeat;
}
.formStatus p {
  color: #8a7e70;
  font-family: 'ntfabulous';
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
}
.formStatus .title {
  font-family: 'ntfabulous';
  font-size: 35px;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}
.formStatus .icon {
  width: 105px;
  height: 105px;
  background-image: url('../InterfaceImages/success.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* form */
@media screen and (max-width: 1500px) {
  .container {
    padding: 0 30px;
  }
  .title {
    font-family: 'ntfabulous';
    font-size: 60px;
    line-height: 70px;
    -webkit-font-smoothing: antialiased;
  }
  /* form */
  .formContainer {
    background-image: none;
    padding: 150px 0;
  }
  .formContainer .formRow {
    min-height: 80px;
  }
  /* form */
}
@media screen and (max-width: 1260px) {
  .container {
    width: 100%;
  }
  /* form */
  .formContainer .formArea {
    width: 100%;
    padding: 0 30px;
  }
  /* form */
}
@media screen and (max-width: 1200px) {
  .title {
    font-family: 'ntfabulous';
    font-size: 50px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 993px) {
  .title {
    font-family: 'ntfabulous';
    font-size: 40px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-family: 'ntfabulous';
    font-size: 34px;
    line-height: 44px;
    -webkit-font-smoothing: antialiased;
  }
  /* form */
  .textBox,
  .textAreaBox,
  .selectBox {
    margin-bottom: 20px !important;
  }
  .formContainer .formArea {
    margin: 30px auto 0 auto;
  }
  .formContainer .formRow {
    height: auto !important;
  }
  .formContainer .textBox,
  .formContainer .selectBox {
    width: 100%;
    margin: 0;
  }
  .formContainer .textBox.full,
  .formContainer .selectBox.full {
    width: 98%;
    margin: 0;
  }
  .formContainer .textAreaBox {
    width: 100%;
    margin: 0;
  }
  .formContainer .sendBtn {
    margin: 0;
  }
  /* form */
}
.neighbourhoodPage {
  padding-top: 128px;
  background-position-y: 200px !important;
  flex-direction: column;
}
.neighbourhoodPage .container {
  flex-direction: column;
}
.mapArea {
  width: calc(100% - 40px);
  margin: 100px auto;
  min-height: 800px;
  background-image: url('../InterfaceImages/map.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.mapArea .tabArea {
  width: 100%;
  height: 60px;
  background-color: #f7f6f1;
}
.mapArea .tabArea ul {
  height: 100%;
}
.mapArea .tabArea ul li {
  float: left;
  margin-right: 60px;
}
.mapArea .tabArea ul li.active a,
.mapArea .tabArea ul li:hover a {
  color: #8a7e70;
}
.mapArea .tabArea ul li a {
  font-family: 'clashGrostekRegular';
  font-size: 18px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  color: #53565a;
}
.mapArea .location {
  font-family: 'clashGrostekLight';
  font-size: 18px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 25px;
  left: 60px;
  display: flex;
}
.mapArea .location:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -105px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 1500px) {
  .mapArea {
    width: calc(100% - 30px);
    min-height: 600px;
  }
}
@media screen and (max-width: 993px) {
  .neighbourhoodPage {
    padding-top: 64px;
  }
  .mapArea {
    min-height: 300px;
    margin-top: 60px;
  }
  .mapArea .location {
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mapArea .tabArea {
    width: 100%;
    height: 60px;
    background-color: #f7f6f1;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .mapArea .tabArea ul {
    display: block;
    width: max-content;
  }
  .mapArea .tabArea ul li {
    float: left;
    margin-right: 20px;
  }
}
