@font-face {
  font-family: 'PP Editorial New';
  font-display: swap;
  src: url("../fonts/PPEditorialNew-Ultralight.eot");
  src: url("../fonts/PPEditorialNew-Ultralight.eot?#iefix") format('embedded-opentype'), url("../fonts/PPEditorialNew-Ultralight.woff") format('woff'), url("../fonts/PPEditorialNew-Ultralight.woff2") format('woff2');
  font-weight: 200;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: 'PP Neue Montreal';
  font-display: swap;
  src: url("../fonts/PPNeueMontreal-Book.eot");
  src: url("../fonts/PPNeueMontreal-Book.eot?#iefix") format('embedded-opentype'), url("../fonts/PPNeueMontreal-Book.woff") format('woff'), url("../fonts/PPNeueMontreal-Book.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF;
}
/* FORMATTING ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'PP Neue Montreal', sans-serif;
  background: #e6e3e1;
  color: #0c0501;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 100%;
  font-size: 2.4rem;
  width: 100%;
}
img,
embed,
object,
video,
iframe {
  max-width: 100%;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}
form input,
form textarea,
form select {
  outline: 0;
  width: 100%;
  font-family: 'PP Neue Montreal', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form textarea {
  resize: none;
}
::-webkit-input-placeholder {
  color: #0c0501;
  -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {
  color: #0c0501;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #0c0501;
}
:focus::-moz-placeholder {
  color: #0c0501;
}
::selection {
  background-color: rgba(12,5,1,0.99);
  color: rgba(230,227,225,0.99);
}
::-moz-selection {
  background: #0c0501;
  color: #e6e3e1;
}
#developer-section ::selection {
  background-color: rgba(230,227,225,0.99);
  color: rgba(12,5,1,0.99);
}
#developer-section ::-moz-selection {
  background: #e6e3e1;
  color: #0c0501;
}
/* SNIPPETS  ========================================================================== */
.col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 46%;
  margin-left: 0%;
  margin-right: 3%;
}
.col1 {
  margin-top: 10px;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2::after {
  content: '';
  display: table;
  clear: both;
}
.col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2:first-child {
    margin-left: auto;
  }
  .col2:last-child {
    margin-right: auto;
  }
}
.col3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3::after {
  content: '';
  display: table;
  clear: both;
}
.col3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col3:first-child {
    margin-left: auto;
  }
  .col3:last-child {
    margin-right: auto;
  }
}
.col2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2-3::after {
  content: '';
  display: table;
  clear: both;
}
.col2-3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2-3:first-child {
    margin-left: auto;
  }
  .col2-3:last-child {
    margin-right: auto;
  }
}
.col4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 21.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4::after {
  content: '';
  display: table;
  clear: both;
}
.col4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col4::after {
    content: '';
    display: table;
    clear: both;
  }
  .col4:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .col4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col4:first-child {
    margin-left: auto;
  }
  .col4:last-child {
    margin-right: auto;
  }
}
.col3-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3-4::after {
  content: '';
  display: table;
  clear: both;
}
.col3-4:last-child {
  margin-right: 0%;
}
.col6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.col6::after {
  content: '';
  display: table;
  clear: both;
}
.col6:last-child {
  margin-right: 0%;
}
.col8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
.col8::after {
  content: '';
  display: table;
  clear: both;
}
.col8:last-child {
  margin-right: 0%;
}
.span2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2:first-child {
    margin-left: auto;
  }
  .span2:last-child {
    margin-right: auto;
  }
}
.span3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span3:first-child {
    margin-left: auto;
  }
  .span3:last-child {
    margin-right: auto;
  }
}
.span2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2-3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2-3:first-child {
    margin-left: auto;
  }
  .span2-3:last-child {
    margin-right: auto;
  }
}
.span4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span4::after {
  content: '';
  display: table;
  clear: both;
}
.floater,
.row {
  float: left;
  width: 100%;
  position: relative;
}
.wrap-content {
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 40px;
}
.wrap-content::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .wrap-content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .wrap-content {
    padding: 0 20px;
  }
}
.showDesk {
  display: block;
}
.hideDesk {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .hideTab {
    display: none !important;
  }
}
.showTab {
  display: none;
}
@media only screen and (max-width: 800px) {
  .showTab {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .hideMob {
    display: none !important;
  }
}
.showMob {
  display: none;
}
@media only screen and (max-width: 600px) {
  .showMob {
    display: block !important;
  }
}
/* TYPE  ========================================================================== */
h1,
h2 {
  font-size: 4.8rem;
  margin: 0;
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  line-height: 130%;
}
@media only screen and (max-width: 800px) {
  h1,
  h2 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  h2 {
    font-size: 2.8rem;
  }
}
h1 {
  line-height: 100%;
}
h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 800px) {
  h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    margin-bottom: 25px;
  }
}
h3 {
  font-size: 2rem;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 400;
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 1.4rem;
  }
}
p {
  line-height: 160%;
  font-size: 2.4rem;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 1.6rem;
    line-height: 140%;
  }
}
* p:first-of-type {
  margin-top: 0;
}
* p:last-of-type {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
form {
  /*max-width: 650px;*/
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  form {
    max-width: 500px;
  }
}
@media only screen and (max-width: 800px) {
  form {
    max-width: 650px;
  }
}
@media only screen and (max-width: 600px) {
  form {
    max-width: 100%;
  }
}
form input,
form textarea {
  border: none;
  border-bottom: 1px solid #0c0501;
  /*background: transparent;*/
  outline: 0;
  font-size: 1.8rem;
  padding: 10px 5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  form input,
  form textarea {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  form input,
  form textarea {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}
form input {
  height: 50px;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #0c0501;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  form input[type="radio"],
  form input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}
form input[type="radio"]:after,
form input[type="checkbox"]:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
form input[type="radio"]:checked:after,
form input[type="checkbox"]:checked:after {
  opacity: 1;
}
form input[type="checkbox"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 24px;
}
@media only screen and (max-width: 800px) {
  form input[type="checkbox"] {
    line-height: 16px;
    font-size: 1.2rem;
  }
}
form input[type="checkbox"]:after {
  content: '✓';
}
form button {
  height: 60px;
  width: 160px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #0c0501;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-left: auto;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  form button {
    height: 50px;
    width: 130px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) {
  form button {
    height: 40px;
    width: 100px;
    font-size: 1.4rem;
  }
}
form button:hover {
  background: #0c0501;
  color: #e6e3e1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
form button:disabled {
  opacity: 0.5;
}
form button:disabled:hover {
  background: transparent;
  color: #0c0501;
}
form .submmiting {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  form .submmiting {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  form .submmiting {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
form .submmiting .check {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 800px) {
  form .submmiting .check {
    margin-bottom: 40px;
  }
}
form .submmiting .check input {
  margin-bottom: 0;
  margin-top: 5px;
}
form .submmiting .check p {
  margin: 0;
  margin-left: 16px;
  font-size: 2rem;
}
@media only screen and (max-width: 800px) {
  form .submmiting .check p {
    font-size: 1.6rem;
  }
}
/* PRINCIPAL PARTS ========================================================================== */
main {
  width: 100%;
  float: left;
  min-height: 100% /*calc(100% - 120px)*/;
}
section {
  float: left;
  width: 100%;
  padding: 60px 0;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 30px 0;
  }
}
header {
  width: 33.33%;
  right: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: transparent;
  height: 90px;
  top: 0;
  bottom: auto;
  z-index: 999;
  position: fixed;
  overflow: visible;
}
@media only screen and (max-width: 800px) {
  header {
    width: 100%;
    height: 56px;
    top: -56px;
    background-color: #e6e3e1;
  }
}
header .wrap-content {
  height: 100%;
}
header .wrap-content #logo {
  float: left;
  height: 100%;
  width: 140px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 800px) {
  header .wrap-content #logo {
    opacity: 1;
  }
}
header .wrap-content #logo a {
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .wrap-content #logo a img {
  display: block;
}
header .wrap-content #menu-icon {
  float: right;
  height: 100%;
  width: 24px;
}
header .wrap-content #menu-icon #nav-toggle {
  position: relative;
  height: 100%;
  width: 24px;
  display: block;
}
header .wrap-content #menu-icon #nav-toggle span {
  height: 2px;
  width: 24px;
  background: #000;
  position: absolute;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 47%;
}
header .wrap-content #menu-icon #nav-toggle span:before,
header .wrap-content #menu-icon #nav-toggle span:after {
  height: 2px;
  width: 24px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .wrap-content #menu-icon #nav-toggle span:before {
  top: -7px;
}
header .wrap-content #menu-icon #nav-toggle span:after {
  bottom: -7px;
}
header .wrap-content #menu-icon #nav-toggle.isActive span {
  background-color: transparent !important;
}
header .wrap-content #menu-icon #nav-toggle.isActive span:after,
header .wrap-content #menu-icon #nav-toggle.isActive span:before {
  top: 0;
}
header .wrap-content #menu-icon #nav-toggle.isActive span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .wrap-content #menu-icon #nav-toggle.isActive span:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  top: 7px;
}
header nav#main-nav {
  height: calc(100vh - 90px);
  width: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 90px;
  right: -100%;
  position: fixed;
  background: #e6e3e1;
  padding: 20px 40px;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
@media only screen and (max-width: 800px) {
  header nav#main-nav {
    padding: 20px 30px;
    height: calc(100vh - 56px);
    top: 56px;
  }
}
@media only screen and (max-width: 600px) {
  header nav#main-nav {
    padding: 20px;
  }
}
header nav#main-nav ul.menu {
  height: auto;
  width: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header nav#main-nav ul.menu li {
  padding: 10px 0px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding: 10px 0px;
  opacity: 0;
  left: -100px;
  position: relative;
}
header nav#main-nav ul.menu li a {
  font-size: 3.6rem;
  color: #0c0501;
  line-height: 100%;
}
header nav#main-nav ul.menu li a:after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #0c0501;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: -5px;
}
header nav#main-nav ul.menu li a.active:after {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header nav#main-nav .rel-link {
  width: 100%;
}
header nav#main-nav .rel-link .btn-lang {
  padding: 24px 0;
  opacity: 0;
  left: -100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
header nav#main-nav .rel-link .btn-lang a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #0c0501;
  color: #0c0501;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 5px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media only screen and (max-width: 600px) {
  header nav#main-nav .rel-link .btn-lang a {
    font-size: 1.8rem;
  }
}
header nav#main-nav .rel-link .btn-lang a:hover {
  color: #e6e3e1;
  background: #0c0501;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header nav#main-nav .rel-link .social-links {
  width: 100%;
  opacity: 0;
  position: relative;
  right: -100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 220px;
  float: right;
}
@media only screen and (max-width: 1050px) {
  header nav#main-nav .rel-link .social-links {
    max-width: 170px;
  }
}
header nav#main-nav .rel-link .social-links li a {
  font-size: 3.6rem;
}
header.isOpen {
  top: 0;
  z-index: 9999;
  background-color: #e6e3e1;
  border-bottom: 1px solid #0c0501;
}
header.isOpen #logo {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.isOpen #main-nav {
  right: 0;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
header.isOpen #main-nav ul.menu li {
  opacity: 1;
  left: 0;
}
header.isOpen #main-nav ul.menu li:nth-child(1) {
  -webkit-transition: opacity 0.5s, left 0.3s;
  -moz-transition: opacity 0.5s, left 0.3s;
  -o-transition: opacity 0.5s, left 0.3s;
  transition: opacity 0.5s, left 0.3s;
}
header.isOpen #main-nav ul.menu li:nth-child(2) {
  -webkit-transition: opacity 1s, left 0.5s;
  -moz-transition: opacity 1s, left 0.5s;
  -o-transition: opacity 1s, left 0.5s;
  transition: opacity 1s, left 0.5s;
}
header.isOpen #main-nav ul.menu li:nth-child(3) {
  -webkit-transition: opacity 1.5s, left 0.8s;
  -moz-transition: opacity 1.5s, left 0.8s;
  -o-transition: opacity 1.5s, left 0.8s;
  transition: opacity 1.5s, left 0.8s;
}
header.isOpen #main-nav ul.menu li:nth-child(4) {
  -webkit-transition: opacity 2s, left 1s;
  -moz-transition: opacity 2s, left 1s;
  -o-transition: opacity 2s, left 1s;
  transition: opacity 2s, left 1s;
}
header.isOpen #main-nav ul.menu li:nth-child(5) {
  -webkit-transition: opacity 2.5s, left 1.3s;
  -moz-transition: opacity 2.5s, left 1.3s;
  -o-transition: opacity 2.5s, left 1.3s;
  transition: opacity 2.5s, left 1.3s;
}
header.isOpen #main-nav ul.menu li:nth-child(6) {
  -webkit-transition: opacity 2.7s, left 1.5s;
  -moz-transition: opacity 2.7s, left 1.5s;
  -o-transition: opacity 2.7s, left 1.5s;
  transition: opacity 2.7s, left 1.5s;
}
header.isOpen #main-nav .rel-link .btn-lang {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 3.5s, left 1.5s;
  -moz-transition: opacity 3.5s, left 1.5s;
  -o-transition: opacity 3.5s, left 1.5s;
  transition: opacity 3.5s, left 1.5s;
}
header.isOpen #main-nav .rel-link .social-links {
  opacity: 1;
  right: 0;
  -webkit-transition: opacity 3.5s, right 1.5s;
  -moz-transition: opacity 3.5s, right 1.5s;
  -o-transition: opacity 3.5s, right 1.5s;
  transition: opacity 3.5s, right 1.5s;
}
header.isFixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 9999;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
header.isInverse nav#main-nav ul li a {
  color: #0c0501;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.isInverse nav#main-nav ul li a:after {
  background-color: #0c0501;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.isInverse #menu-icon #nav-toggle span {
  background-color: #e6e3e1;
}
header.isInverse #menu-icon #nav-toggle span:after,
header.isInverse #menu-icon #nav-toggle span:before {
  background-color: #e6e3e1;
}
header.isOpen #menu-icon #nav-toggle span:after,
header.isOpen #menu-icon #nav-toggle span:before {
  background-color: #0c0501 !important;
}
.fixed-contents .to_top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 500;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  .fixed-contents .to_top {
    display: none;
  }
}
.fixed-contents .to_top.isVisible {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fixed-contents .to_top.isInverse a svg path {
  fill: #e6e3e1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-element {
  z-index: 1000;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .top-element {
    z-index: 100;
  }
}
/* SECTIONS  ========================================================================== */
#home-section {
  height: 760px;
  height: 100vh;
  min-height: 760px;
  background: url("../../images/home-section-bg.jpg") no-repeat top center/cover;
  padding: 0;
}
#home-section .wrap-content {
  position: relative;
}
@media only screen and (max-width: 600px) {
  #home-section .wrap-content {
    height: 100%;
  }
}
#home-section .wrap-content h1 {
  padding-top: 60px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#home-section .wrap-content h1.invisible {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#home-section .wrap-content h1 img {
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
  display: block;
}
@media only screen and (max-width: 600px) {
  #home-section .wrap-content h1 img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 600px) {
  #home-section .wrap-content h1 img {
    max-width: 214px;
  }
}
#home-section .wrap-content .btn-lang {
  position: absolute;
  right: 20px;
  top: 60px;
}
@media only screen and (max-width: 800px) {
  #home-section .wrap-content .btn-lang {
    display: none;
  }
}
#home-section .wrap-content .btn-lang a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #0c0501;
  color: #0c0501;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 5px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media only screen and (max-width: 600px) {
  #home-section .wrap-content .btn-lang a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  #home-section .wrap-content .btn-lang a {
    font-size: 1.4rem;
  }
}
#home-section .wrap-content .btn-lang a:hover {
  color: #e6e3e1;
  background: #0c0501;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#home-section .wrap-content .call-btn {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 60px;
  width: 100%;
  max-width: 290px;
  z-index: 6000;
}
#home-section .wrap-content .call-btn h3 {
  text-align: center;
}
#home-section .wrap-content .call-btn .btn {
  display: table;
  margin: 0 auto;
  color: #0c0501;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #0c0501;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255,255,255,0.4);
}
@media only screen and (max-width: 800px) {
  #home-section .wrap-content .call-btn .btn {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  #home-section .wrap-content .call-btn .btn {
    font-size: 1.4rem;
  }
}
#home-section .wrap-content .call-btn .btn:hover {
  color: #e6e3e1;
  background: #0c0501;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#home-section .wrap-content .call-btn.isInverse h3,
#home-section .wrap-content .call-btn.isInverse a {
  color: #e6e3e1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#home-section .wrap-content .call-btn.isInverse a {
  border-color: #e6e3e1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#home-section .wrap-content .call-btn.isHidden {
  z-index: -999px;
}
@media only screen and (max-width: 800px) {
  #project-section .wrap-content {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: -ms-flexbox /* TWEENER - IE 10 */;
    display: -webkit-flex /* NEW - Chrome */;
    display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#project-section .wrap-content .col2 .slider {
  height: 780px;
  max-width: 650px;
}
@media only screen and (max-width: 800px) {
  #project-section .wrap-content .col2 .slider {
    max-width: 100%;
    height: 500px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #project-section .wrap-content .col2 .slider {
    height: 344px;
    margin-top: 25px;
  }
}
#project-section .wrap-content .col2 .slider .slick-list .slick-track .frame {
  height: 720px;
}
@media only screen and (max-width: 800px) {
  #project-section .wrap-content .col2 .slider .slick-list .slick-track .frame {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  #project-section .wrap-content .col2 .slider .slick-list .slick-track .frame {
    height: 344px;
  }
}
#project-section .wrap-content .col2 .slider .slick-prev,
#project-section .wrap-content .col2 .slider .slick-next {
  width: 60px;
}
#project-section .wrap-content .col2 .slider .slick-prev {
  background-position: center;
}
#project-section .wrap-content .col2 .slider .slick-next {
  background-position: center;
}
#project-section .wrap-content .col2 .text-content {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #project-section .wrap-content .col2 .text-content {
    max-width: 100%;
    margin: 0;
  }
}
#project-section .wrap-content .col2 .text-content h2 {
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  #project-section .wrap-content .col2 .text-content h2 {
    margin-top: 0;
  }
}
#amenities-section .wrap-content .row .slider {
  height: 570px;
}
@media only screen and (max-width: 800px) {
  #amenities-section .wrap-content .row .slider {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  #amenities-section .wrap-content .row .slider {
    height: 344px;
  }
}
#amenities-section .wrap-content .row .slider .slick-list .slick-track .frame {
  height: 570px;
}
@media only screen and (max-width: 800px) {
  #amenities-section .wrap-content .row .slider .slick-list .slick-track .frame {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  #amenities-section .wrap-content .row .slider .slick-list .slick-track .frame {
    height: 344px;
  }
}
#amenities-section .wrap-content .row .slider .slick-prev,
#amenities-section .wrap-content .row .slider .slick-next {
  width: 60px;
  max-width: 400px;
  background-position: center;
}
#amenities-section .wrap-content .row .col2 .text-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  #amenities-section .wrap-content .row .col2 .text-content {
    max-width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #amenities-section .wrap-content .row .col2 .text-content {
    margin-bottom: 25px;
  }
}
#lifestyle-section .wrap-content .text-content {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 160px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .text-content {
    max-width: 100%;
    margin: 0;
  }
}
#lifestyle-section .wrap-content .text-content h2 {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .text-content h2 {
    text-align: left;
  }
}
#lifestyle-section .wrap-content .text-content p {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .text-content p {
    text-align: left;
  }
}
#lifestyle-section .wrap-content .gallery {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 40px auto;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
/*+below(4)
				max-width 900px*/
}
#lifestyle-section .wrap-content .gallery::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery {
    margin: 30px auto;
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  #lifestyle-section .wrap-content .gallery {
    height: 320px;
    margin: 20px auto;
  }
}
#lifestyle-section .wrap-content .gallery .frame {
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame {
    pointer-events: none;
  }
}
#lifestyle-section .wrap-content .gallery .frame img {
  display: block;
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(odd) {
  max-width: 255px;
/*+below(2)
						max-width 100px*/
}
@media only screen and (max-width: 1200px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(odd) {
    max-width: 220px;
  }
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(odd) {
    max-width: 200px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(odd) {
    max-width: 150px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(even) {
  max-width: 200px;
/*+below(2)
						max-width 85px*/
}
@media only screen and (max-width: 1200px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(even) {
    max-width: 190px;
  }
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(even) {
    max-width: 180px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(even) {
    max-width: 130px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(1) {
  z-index: 1;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 600px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(1) {
    left: 0;
    top: 0;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(2) {
  z-index: 2;
  left: 222px;
  top: 60px;
/*+below(2)
						left 90px
						top 12px*/
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(2) {
    left: 180px;
  }
}
@media only screen and (max-width: 820px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(2) {
    left: 140px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(2) {
    left: 130px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(3) {
  z-index: 1;
  left: 393px;
  top: 210px;
/*+below(2)
						left 110px
						top 90px*/
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(3) {
    left: 330px;
  }
}
@media only screen and (max-width: 820px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(3) {
    left: 270px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(3) {
    left: 230px;
    top: 170px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(4) {
  z-index: 0;
  left: 557px;
  top: 30px;
/*+below(2)
						left 203px
						top 0px*/
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(4) {
    left: 450px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(4) {
    left: 450px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(5) {
  z-index: 2;
  left: 729px;
  top: 240px;
/*+below(2)
						left 13px
						top 114px*/
}
@media only screen and (max-width: 1200px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(5) {
    left: 660px;
  }
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(5) {
    left: 510px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(5) {
    top: 80px;
    left: 340px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(6) {
  z-index: 1;
  left: 914px;
  top: 90px;
/*+below(2)
						left 75px
						top 176px*/
}
@media only screen and (max-width: 1200px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(6) {
    left: 830px;
  }
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(6) {
    left: 680px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(6) {
    left: 525px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:nth-child(7) {
  z-index: 0;
  left: 1065px;
  top: 0px;
/*+below(2)
						left 173px
						top 150px*/
}
@media only screen and (max-width: 1200px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(7) {
    left: 900px;
  }
}
@media only screen and (max-width: 1050px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(7) {
    left: 760px;
  }
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .gallery .frame:nth-child(7) {
    left: 610px;
  }
}
#lifestyle-section .wrap-content .gallery .frame:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 5;
}
#lifestyle-section .wrap-content .video {
  margin-top: 180px;
  width: 100%;
  height: 660px;
  background-color: #0c0501;
}
#lifestyle-section .wrap-content .video iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #lifestyle-section .wrap-content .video {
    margin-top: 100px;
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  #lifestyle-section .wrap-content .video {
    margin-top: 40px;
    height: 144px;
  }
}
#location-section .wrap-content .row .col2 .text-content {
  margin-bottom: 90px;
  max-width: 600px;
}
@media only screen and (max-width: 800px) {
  #location-section .wrap-content .row .col2 .text-content {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #location-section .wrap-content .row .col2 .text-content {
    margin-bottomp: 25px;
  }
}
#location-section .wrap-content .row .map .the-map {
  width: 100%;
  height: 670px;
  background-color: #0c0501;
  margin-bottom: 40px;
}
#location-section .wrap-content .row .map .the-map #map {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #location-section .wrap-content .row .map .the-map {
    margin-bottom: 20px;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #location-section .wrap-content .row .map .the-map {
    height: 200px;
  }
}
#location-section .wrap-content .row .map .address {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  #location-section .wrap-content .row .map .address {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#location-section .wrap-content .row .map .address h3 {
  margin: 0;
}
#location-section .wrap-content .row .map .address h3:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 800px) {
  #location-section .wrap-content .row .map .address h3:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#location-section .wrap-content .row .map .address h3 a {
  color: #0c0501;
  text-decoration: underline;
}
#location-section .wrap-content .row .map .address h3 a:hover {
  text-decoration: none;
}
#developer-section {
  background-color: #0c0501;
}
#developer-section * {
  color: #e6e3e1;
}
#developer-section .wrap-content .text-content {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media only screen and (max-width: 800px) {
  #developer-section .wrap-content .text-content {
    max-width: 100%;
    margin: 0;
  }
}
#developer-section .wrap-content .text-content h2 {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #developer-section .wrap-content .text-content h2 {
    text-align: left;
  }
}
#developer-section .wrap-content .text-content p {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #developer-section .wrap-content .text-content p {
    text-align: left;
  }
}
#schedule-section {
  padding-bottom: 40px;
}
ul.social-links {
  display: table;
}
@media only screen and (max-width: 800px) {
  ul.social-links {
    float: right;
  }
}
ul.social-links li {
  margin: 15px 0;
}
@media only screen and (max-width: 800px) {
  ul.social-links li {
    text-align: right;
  }
}
ul.social-links li a {
  font-size: 6rem;
  color: #0c0501;
  position: relative;
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  ul.social-links li a {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 600px) {
  ul.social-links li a {
    font-size: 3.6rem;
  }
}
ul.social-links li a:after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #0c0501;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: -5px;
}
ul.social-links li a:hover:after {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer {
  width: 100%;
  float: left;
  padding: 80px 0;
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 60px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 40px;
  }
}
footer .wrap-content h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  footer .wrap-content h3 {
    text-align: center;
  }
}
footer .wrap-content .col2-3 ul {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 800px) {
  footer .wrap-content .col2-3 ul {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .wrap-content .col2-3 ul li {
  margin-right: 25px;
}
footer .wrap-content .col2-3 ul li img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  footer .wrap-content .col2-3 ul li img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  footer .wrap-content .col2-3 ul li {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  footer .wrap-content .col2-3 ul li::after {
    content: '';
    display: table;
    clear: both;
  }
  footer .wrap-content .col2-3 ul li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  footer .wrap-content .col2-3 ul li:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  footer .wrap-content .col2-3 ul li:nth-child(3n + 1) {
    clear: both;
  }
}
.slick-slider {
  width: 100%;
}
.slick-slider .slick-list {
  height: 100%;
  width: 100%;
}
.slick-slider .slick-list .slick-track .frame {
  width: 100%;
  position: relative;
}
.slick-slider .slick-list .slick-track .frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slider ul.slick-dots {
  float: left;
  width: 100%;
  padding: 30px 5px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
blow(2)
}
@media only screen and (max-width: 800px) {
  .slick-slider ul.slick-dots {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.slick-slider ul.slick-dots li {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 5px;
}
@media only screen and (max-width: 600px) {
  .slick-slider ul.slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.slick-slider ul.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0c0501;
  padding: 0;
  outline: none;
  text-indent: -9999px;
  background: #e6e3e1;
}
.slick-slider ul.slick-dots li button:hover {
  background: transparent;
  background: #e6e3e1;
}
.slick-slider ul.slick-dots li.slick-active button {
  background-color: #0c0501;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  text-indent: -9999px;
  z-index: 700;
  outline: 0;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  height: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slick-slider .slick-prev {
  left: 0;
  background: url("../../images/arrow-prev.svg") no-repeat;
}
.slick-slider .slick-next {
  right: 0;
  background: url("../../images/arrow-next.svg") no-repeat;
}
/* FIXES ========================================================================== */
