@charset "UTF-8";
@font-face {
  font-family: antina, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #42312A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.4;
}
body p b {
  font-size: 18px;
  font-weight: 700;
}

h1, h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 2px;
}

h1 {
  color: #42312A;
}

h2 {
  color: #C8A68D;
}

h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  line-height: 1.3;
}

p.large {
  font-size: 30px;
  line-height: 1.3;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup h4 {
  margin-bottom: 15px;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  width: 500px;
  max-width: 70%;
  margin-bottom: 40px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
}

.subtitle {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.subsubtitle {
  font-size: 22px;
  text-transform: uppercase;
}

.my_btn {
  cursor: pointer;
  padding: 0 25px;
  line-height: 56px;
  font-size: 20px;
  color: #460F10;
  text-transform: uppercase;
  background: #42312A;
  color: #fff;
  transition: all 0.3s;
}
.my_btn:hover {
  color: #fff;
  background: #460F10;
}
.my_btn.transparent {
  background: transparent !important;
}
.my_btn.transparent:hover {
  background: transparent !important;
}
.my_btn.red {
  color: #fff;
  background: #460F10;
}

a {
  cursor: pointer;
}

.p_title {
  letter-spacing: 3px;
}

.video_background {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #000;
}
.video_background .video-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

/* ---------------- HEADER -------------- */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 25px;
  transition: all 0.3s;
  z-index: 6;
}
.header.fixed .wordmark {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 25px;
  vertical-align: middle;
  background: #fff;
}
.header.fixed img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.header.fixed .register {
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  color: #000;
  letter-spacing: 2px;
}
.header.fixed.attached {
  background: #fff;
  padding: 20px 25px;
}

/* ---------------- HEADER END -------------- */
/* --------------- MAIN CONTENT ---------------- */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 300px;
  padding-bottom: 300px;
  width: 100%;
  overflow: hidden;
}
.hero .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #fff;
  text-align: center;
  display: none;
}
.hero .items_container {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  right: 0;
  transform: translate(-50%, 0);
}
.hero .item {
  position: absolute;
  z-index: 1;
  max-width: 15%;
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.83, 0, 0.17, 1);
}
.hero .item img {
  max-width: 100%;
  display: block;
}
.hero .item p {
  position: absolute;
  opacity: 0;
  width: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: antina, sans-serif;
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  transition: opacity 0.3s;
  text-shadow: 2px 2px 0px #CECECE;
}
.hero .item:not(.centered):hover {
  opacity: 1;
  transform: translate(-5%, -5%);
}
.hero .item:not(.centered):hover p {
  opacity: 1;
}
.hero .item.left:hover {
  transform: translate(5%, -5%);
}
.hero .item.centered {
  top: 50% !important;
  left: 50% !important;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%) !important;
  opacity: 1;
  display: none;
}
.hero .hands {
  top: -2%;
  left: 22%;
}
.hero .piano {
  top: 11%;
  left: 35%;
}
.hero .book {
  top: 0;
  right: 25%;
}
.hero .table {
  top: 10%;
  right: 20%;
}
.hero .mirror {
  top: 15%;
  right: 0;
  transform: translate(-5%, 0);
}
.hero .green-interiors {
  left: 0;
  top: 40%;
}
.hero .trees {
  left: 20%;
  bottom: 25%;
}
.hero .interior-furnitur {
  left: 56%;
  bottom: 5%;
}
.hero .yabu {
  right: 14%;
  bottom: 36%;
}
.hero .drink-hand {
  right: 1%;
  bottom: 10%;
}
.hero .light-interior {
  left: 5%;
  bottom: 0;
}
.hero .building {
  left: 30%;
  bottom: 0;
}

.team {
  background: #42312A;
  color: #C8A68D;
}
.team h2 {
  margin-bottom: -45px;
  position: relative;
  z-index: 2;
}

.main_slider {
  position: relative;
}
.main_slider .arrow {
  position: absolute;
  width: 40px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  cursor: pointer;
}
.main_slider .arrow.arrow_left {
  left: 30px;
}
.main_slider .arrow.arrow_right {
  right: 30px;
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}
.main_slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.main_slider .slick-dots li button {
  color: rgba(0, 0, 0, 0);
  font-size: 0px;
  width: 20px;
  height: 20px;
  background: rgba(23, 17, 14, 0.5);
  border-radius: 50%;
}
.main_slider .slick-dots li.slick-active button {
  background: #DFD5BC;
}

/* --------------- MAIN CONTENT END ---------------- */
/* ---------------- FORM STYLES ------------------ */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: none;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  outline: none;
  border-radius: 0;
  padding: 0;
}
.form select {
  background: url("../img/arrow_down.svg") no-repeat right center;
  background-size: 20px;
}
.form .field {
  margin-bottom: 25px;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.form select option[default] {
  text-transform: uppercase;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #DFD5BC;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .checkbox label {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox input[type=radio]:checked + label,
.form .checkbox input[type=checkbox]:checked + label {
  background: #000;
  color: #fff;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer {
  margin-bottom: 10px;
}
.form .disclaimer .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px;
}
.form .disclaimer .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .disclaimer .checkbox label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  line-height: 1.3;
  color: #000;
  font-size: 13px;
}
.form .disclaimer .checkbox label:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.form .disclaimer .checkbox input[type=radio]:checked + label,
.form .disclaimer .checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #000;
}
.form .disclaimer .checkbox input[type=radio]:checked + label:before,
.form .disclaimer .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  border-color: #000;
  color: #000;
}
.form .disclaimer .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer.interest .checkbox {
  padding: 0;
}
.form .disclaimer .missing .checkbox label:before {
  border-color: red;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
  padding-top: 7px;
  position: absolute;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: left;
  transition: all 0.4s;
  background: #dfd5bc;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: left;
  line-height: 1.2;
  width: 100%;
  font-size: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form .my_btn {
  padding: 0 40px;
  line-height: 50px;
  letter-spacing: 2px;
}
.form .link {
  color: #fff;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}
.form.white_input input:-webkit-autofill,
.form.white_input input:-webkit-autofill:hover,
.form.white_input input:-webkit-autofill:focus,
.form.white_input input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

/* ---------------- FORM STYLES END ------------------ */
/* ---------------- FOOTER -------------------- */
#footer {
  background: #DFD5BC;
}
#footer .privacy {
  font-size: 16px;
}

/* ---------------- FOOTER END ----------------- */
.grecaptcha-badge {
  display: none !important;
}

/* -------------- RESPONSIVE ------------------ */
@media (max-width: 1700px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  h1, h2 {
    font-size: 80px;
  }
  body {
    font-size: 18px;
  }
  .hero .item p {
    font-size: 42px;
  }
  .hero .hands {
    left: 25%;
  }
  .hero .piano {
    top: 15%;
    left: 40%;
  }
  .hero .book {
    top: 5%;
  }
  .hero .mirror {
    right: 1%;
  }
}
@media (max-width: 1200px) {
  h1, h2 {
    font-size: 70px;
  }
  .subtitle {
    font-size: 30px;
  }
  .subsubtitle {
    font-size: 20px;
  }
  .team h2 {
    margin-bottom: -33px;
  }
  .hero .hands {
    left: 30%;
  }
  .hero .book {
    top: 7%;
    right: 20%;
  }
  .hero .piano {
    left: 45%;
  }
  .hero .yabu {
    right: 10%;
  }
}
@media (max-width: 991px) {
  h1, h2 {
    font-size: 53px;
  }
  .subtitle {
    font-size: 28px;
  }
  .subsubtitle {
    font-size: 19px;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero .item {
    max-width: 20%;
  }
  .hero .item:not(.centered):hover {
    opacity: 1;
    transform: translate(-5%, -5%);
  }
  .hero .item:not(.centered):hover p {
    opacity: 0;
  }
  .hero .hands {
    top: 9%;
    left: 5%;
  }
  .hero .mirror {
    top: 20%;
    right: 0%;
    transform: translate(30%, 0);
  }
  .hero .piano {
    top: 20%;
    left: 40%;
  }
  .hero .book {
    right: 15%;
  }
  .hero .light-interior {
    left: 0%;
  }
  .hero .yabu {
    right: 0%;
    bottom: 39%;
  }
  .hero .drink-hand {
    right: -2%;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 50px;
  }
  .subtitle {
    font-size: 25px;
  }
  .subsubtitle {
    font-size: 16px;
  }
  .header.fixed .wordmark {
    font-size: 12px;
    margin-right: 10px;
  }
  .header.fixed img {
    width: 90px;
  }
  .hero .title {
    width: 100%;
  }
  .team h2 {
    margin-bottom: -25px;
  }
  .main_slider .arrow.arrow_left {
    left: 10px;
  }
  .main_slider .arrow.arrow_right {
    right: 10px;
  }
  .main_slider .slick-dots {
    bottom: 15px;
  }
  .main_slider .slick-dots li button {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .hero .item {
    max-width: 25%;
    opacity: 0.9;
  }
  .hero .book {
    top: 11%;
  }
  .hero .hands {
    top: 11%;
    left: 2%;
  }
  .hero .piano {
    max-width: 30%;
  }
  .hero .mirror {
    max-width: 30%;
  }
  .hero .green-interiors {
    top: 32%;
  }
  .hero .yabu {
    bottom: 31%;
  }
  .hero .trees {
    left: 5%;
    bottom: 29%;
  }
  .hero .interior-furnitur {
    left: 30%;
    bottom: 13%;
  }
  .hero .building {
    left: 45%;
  }
}
/* -------------- RESPONSIVE END ------------------ */