
/* Comment Generated by Combres - Resource '~/Elements/Css/default.css' (Mode: Static) */
@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);
  }
}
.blink {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    color: #dedede;
  }
  50% {
    color: #FF0000;
  }
  100% {
    color: #dedede;
  }
}
@font-face {
  font-family: 'archivoLight';
  src: url("/Elements/Font/archivo/light/light.eot");
  src: url("/Elements/Font/archivo/light/light.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/archivo/light/light.woff") format("woff"), url("/Elements/Font/archivo/light/light.ttf") format("truetype"), url("/Elements/Font/archivo/light/light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'archivoMedium';
  src: url("/Elements/Font/archivo/medium/medium.eot");
  src: url("/Elements/Font/archivo/medium/medium.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/archivo/medium/medium.woff") format("woff"), url("/Elements/Font/archivo/medium/medium.ttf") format("truetype"), url("/Elements/Font/archivo/medium/medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'archivoSemibold';
  src: url("/Elements/Font/archivo/semibold/semibold.eot");
  src: url("/Elements/Font/archivo/semibold/semibold.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/archivo/semibold/semibold.woff") format("woff"), url("/Elements/Font/archivo/semibold/semibold.ttf") format("truetype"), url("/Elements/Font/archivo/semibold/semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'archivoThin';
  src: url("/Elements/Font/archivo/thin/thin.eot");
  src: url("/Elements/Font/archivo/thin/thin.eot?#iefix") format("embedded-opentype"), url("/Elements/Font/archivo/thin/thin.woff") format("woff"), url("/Elements/Font/archivo/thin/thin.ttf") format("truetype"), url("/Elements/Font/archivo/thin/thin.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: 'archivoThin';
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: #008d6f;
  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-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;
}
.title {
  font-family: 'archivoMedium';
  font-size: 42px;
  line-height: 52px;
  -webkit-font-smoothing: antialiased;
  color: #212121;
}
.ctaBtn {
  width: auto;
  height: 40px;
  border: 1px #212121 solid;
  padding: 0 40px;
  font-family: 'archivoSemibold';
  font-size: 12px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  color: #212121;
  display: inline-block;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition-property: "background-color,color";
  -moz-transition-property: "background-color,color";
  -o-transition-property: "background-color,color";
  -ms-transition-property: "background-color,color";
  transition-property: "background-color,color";
  -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.green:hover {
  background: #005140;
  color: #ffffff;
}
.ctaBtn.white:before {
  background: #ffffff;
}
.ctaBtn:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  outline: 1px #212121 solid;
  -webkit-transition-property: "top,left";
  -moz-transition-property: "top,left";
  -o-transition-property: "top,left";
  -ms-transition-property: "top,left";
  transition-property: "top,left";
  -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:before {
  top: 5px;
  left: 5px;
}
.arrowLink {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
}
.arrowLink:hover .i {
  width: 40px;
}
.arrowLink.right .i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.arrowLink.right .t {
  margin-left: unset;
  margin-right: 30px;
}
.arrowLink .i {
  width: 30px;
  height: 1px;
  background: #212121;
  display: block;
  position: relative;
  -webkit-transition-property: "width";
  -moz-transition-property: "width";
  -o-transition-property: "width";
  -ms-transition-property: "width";
  transition-property: "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;
}
.arrowLink .i:before,
.arrowLink .i:after {
  content: "";
  width: 14px;
  height: 1px;
  background: #212121;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.arrowLink .i:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  top: -5px;
}
.arrowLink .t {
  font-family: 'archivoSemibold';
  font-size: 12px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  margin-left: 30px;
  color: #212121;
}
/* form */
.textBox,
.textAreaBox {
  width: 100%;
  height: 40px;
  position: relative;
}
.textBox.textAreaBox,
.textAreaBox.textAreaBox {
  height: auto !important;
}
.textBox.active .titleText,
.textAreaBox.active .titleText {
  top: -10px;
}
.textBox .errorText[visibility="visible"],
.textAreaBox .errorText[visibility="visible"] {
  visibility: visible;
}
.textBox .errorText[visibility="visible"] + .titleText,
.textAreaBox .errorText[visibility="visible"] + .titleText {
  color: #212121;
}
.textBox .errorText[visibility="visible"] ~ input,
.textAreaBox .errorText[visibility="visible"] ~ input,
.textBox .errorText[visibility="visible"] ~ textarea,
.textAreaBox .errorText[visibility="visible"] ~ textarea {
  color: #212121;
}
.textBox .errorText,
.textAreaBox .errorText {
  font-family: 'archivoLight';
  font-size: 12px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #ff0000;
  height: 18px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}
.textBox .titleText,
.textAreaBox .titleText {
  font-family: 'archivoSemibold';
  font-size: 12px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #212121;
  height: 20px;
  position: absolute;
  top: 10px;
  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 {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-family: 'archivoLight';
  font-size: 12px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  color: #212121;
  caret-color: #008d6f;
  padding: 0;
  border-bottom: 1px #008d6f solid;
}
.textBox textArea,
.textAreaBox textArea {
  width: 100%;
  height: 100px;
  border: none;
  background: none;
  padding: 20px 0;
  font-family: 'archivoLight';
  font-size: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #212121;
  resize: none;
  caret-color: #008d6f;
  overflow-y: clip;
  border-bottom: 1px #008d6f solid;
}
.formContainer {
  width: 1080px;
  height: auto;
  margin: auto;
}
.formContainer .formRow {
  min-height: 110px;
  width: 100%;
  clear: both;
}
.formContainer .formRow .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.formContainer .formRow .subTitle {
  color: #ffffff;
  text-align: center;
  margin-bottom: 125px;
}
.formContainer .textBox {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.formContainer .textBox.full {
  width: 98%;
  float: left;
  margin: 0 1%;
}
.formContainer .textAreaBox {
  width: 98%;
  margin: 0 1%;
}
.formContainer .ctaBtn {
  margin: 30px 1%;
}
.formStatus {
  float: none;
  clear: both;
  width: 100%;
  height: auto;
}
.formStatus p {
  font-family: 'archivoLight';
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0 !important;
  padding: 0 !important;
}
.formStatus .title {
  font-family: 'archivoSemibold';
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important;
}
/* form */
@media screen and (max-width: 1500px) {
  .title {
    font-family: 'archivoMedium';
    font-size: 36px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 1200px) {
  .title {
    font-family: 'archivoMedium';
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-family: 'archivoMedium';
    font-size: 26px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
  }
  .formContainer .formRow {
    min-height: auto;
  }
  .formContainer .textBox {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .formContainer .textBox.full {
    width: 100%;
    margin: 0;
  }
  .formContainer .textAreaBox {
    width: 100%;
    margin: 0;
  }
  .formContainer .ctaBtn {
    margin: 30px 0;
  }
  .ctaBtn {
    padding: 0 30px;
  }
}
.homepageShow {
  display: block;
}
.banner {
  width: 100%;
  height: calc(100vh - 150px);
  margin-top: 20px;
  display: flex;
  padding: 0 10px;
}
.banner .box {
  width: 50%;
  height: 100%;
  margin: 0 10px;
  overflow: hidden;
}
.banner .box a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -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;
}
.banner .box a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .box a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .box a .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .box a .layer:hover span {
  transform: translateY(200%);
}
.banner .box a .layer:hover div {
  transform: translateY(-70%);
}
.banner .box a span {
  font-family: 'archivoMedium';
  font-size: 26px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-bottom: 10px;
  -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;
}
.banner .box a div {
  font-family: 'archivoMedium';
  font-size: 60px;
  line-height: 70px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  -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;
}
.map {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1500px) {
  .banner .box a span {
    font-family: 'archivoMedium';
    font-size: 20px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box a div {
    font-family: 'archivoMedium';
    font-size: 44px;
    line-height: 54px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 993px) {
  .banner .box a span {
    font-family: 'archivoMedium';
    font-size: 20px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
  }
  .banner .box a div {
    font-family: 'archivoMedium';
    font-size: 44px;
    line-height: 54px;
    -webkit-font-smoothing: antialiased;
  }
  .map {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0;
    height: calc(100vh - 120px);
  }
  .banner .box {
    width: 100%;
    height: 50%;
    margin: 0;
    overflow: hidden;
  }
  .banner .box a span {
    font-family: 'archivoMedium';
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
  }
  .banner .box a div {
    font-family: 'archivoMedium';
    font-size: 36px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
  }
}
