@import url("https://use.typekit.net/yxs6rto.css");
@font-face {
  font-family: "Nord";
  src: url("/fonts/Nord-Regular.eot");
  src: url("/fonts/Nord-Regular.eot") format("embedded-opentype"), url("/fonts/Nord-Regular.woff2") format("woff2"), url("/fonts/Nord-Regular.woff") format("woff"), url("/fonts/Nord-Regular.ttf") format("truetype"), url("/fonts/Nord-Regular.svg#Nord-Regular") format("svg");
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-indent: 999px;
}
.flex-direction-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  right: 5px;
  margin: auto;
  background: #FFFFFF;
}
.flex-direction-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  right: 6px;
  margin: auto;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  transform: rotate(-45deg);
}

.flex-direction-nav .flex-prev {
  left: 100px;
  transform: rotate(180deg);
}

.flex-direction-nav .flex-next {
  right: 100px;
  text-align: right;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #000;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
}

.flex-control-paging li a:hover {
  background: #f6d038 !important;
}

.flex-control-paging li a.flex-active {
  background: #f6d038 !important;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - 9px);
}

.grid_4 {
  width: calc(33.33% - 30px);
}

.grid_5 {
  width: 42%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: calc(56% - 20px);
  width: 55.2%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.five {
  grid-template-columns: repeat(5, auto);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  color: #35312E;
  font-family: "area-normal", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #FFFFFF;
}

body.no_scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: left;
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  color: #35312E;
  font-family: "Nord";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

h2,
h1 {
  font-size: 20px;
}

h1,
h2.center {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  line-height: 120%; /* 27.6px */
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
  color: #FFFFFF;
}

.p20 {
  padding: 20px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt20 {
  padding-top: 20px;
}

.pt200 {
  padding-top: 200px;
}

.pt220 {
  padding-top: 220px;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: none;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 22px;
  background: #35312E;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  top: 10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  background: #35312E;
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

.field {
  position: relative;
}
.field:not(:first-child) {
  margin-top: 20px;
}

.hs-form-checkbox-display {
  position: relative;
}

.hs-input:not([type=checkbox]),
select {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-family: "area-normal", sans-serif;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}

.hs-input[type=checkbox] {
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 10px;
}
.hs-input[type=checkbox] + span {
  position: relative;
}
.hs-input[type=checkbox] + span:before {
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  content: "";
  display: block;
}
.hs-input[type=checkbox] + span:after {
  position: absolute;
  left: -15px;
  width: 5px;
  height: 11px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
.hs-input[type=checkbox]:checked + span:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

select option {
  text-align: left;
  background-color: #000;
}

.field label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.field label span {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 600;
}

.hs-form-checkbox,
.hs-error-msgs {
  list-style: none;
}

.hs-error-msg {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: red;
  font-size: 12px;
}

textarea {
  height: 80px;
  max-width: 100%;
}

.hs-submit .hs-button {
  border: none;
  background: #FFFFFF;
  padding: 15px 0;
  margin: 30px 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  color: #35312E;
  letter-spacing: 2px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-family: "area-normal", sans-serif;
  width: 100%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

textarea {
  font-family: inherit;
}

.inputs-list.multi-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  font-weight: 600;
}

.privacy {
  font-size: 14px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #FFFFFF;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFFFFF;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #FFFFFF;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #FFFFFF;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #35312E;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #35312E;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #35312E;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #35312E;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #FFFFFF;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  left: 0;
  right: 0;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.bold {
  font-family: "Nord";
  font-weight: 600;
}

.ls2 {
  letter-spacing: 2px;
}

.ls1 {
  letter-spacing: 1px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs36 {
  font-size: 36px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.justify_end {
  justify-content: flex-end;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.col_gap_5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.col_gap_10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap_12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.col_gap_20 .grid_4 {
  width: calc(33.333% - 13.333px);
}

.col_gap_30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap_45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_30 {
  row-gap: 30px;
}

.row_gap_40 {
  row-gap: 40px;
}

.row_gap_45 {
  row-gap: 45px;
}

.row_gap_50 {
  row-gap: 50px;
}

.row_gap_80 {
  row-gap: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mob {
  display: none;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1610 {
  width: 1610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1440 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1150 {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w785 {
  width: 785px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w875 {
  width: 875px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w840 {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 72%;
}

.w525 {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w450 {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w410 {
  width: 424px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w340 {
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mw870 {
  max-width: 870px;
  width: 60%;
}

.mw400 {
  max-width: 400px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}

.center_align {
  text-align: center;
}
.center_align p {
  text-align: center;
}

.relate {
  position: relative;
}

.static {
  position: static;
}

.p30 {
  padding: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ptb200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ptb150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr15 {
  margin-right: 15px;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr15 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m0 {
  margin: 0;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.bg {
  background-position: center;
  background-size: cover;
}

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullVh {
  height: 100vh;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ipad {
  display: none;
}

.med {
  font-weight: 500;
  font-style: normal;
}

.fully-video {
  position: relative;
  width: 100%;
}
.fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

.bb {
  border-bottom: 1px solid;
}

.bt {
  border-top: 1px solid;
}

.bw2 {
  border-width: 2px;
}

.bg_black {
  background: #35312E;
}
.bg_black * {
  color: #FFFFFF;
}

.bg_white {
  background: #FFFFFF;
}

.tab {
  display: none;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  background: #35312E;
  opacity: 0.3;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.z4 {
  z-index: 4;
}

.fullH {
  height: 100%;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 5px;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}

ul.numbered {
  list-style: none;
}
ul.numbered li {
  padding-left: 0;
  padding-bottom: 5px;
  position: relative;
}
ul.numbered li span {
  display: block;
  position: absolute;
  left: 0;
}

ol.ordered {
  padding-left: 20px;
}
ol.ordered li {
  padding-left: 10px;
  position: relative;
  padding-bottom: 5px;
}
@keyframes bounce {
  0% {
    bottom: 0;
  }
  30% {
    bottom: -15px;
  }
}
.select_arrow {
  position: relative;
}
.select_arrow:after {
  right: 20px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  content: "";
}

.z2 {
  z-index: 2;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.b30 {
  bottom: 30px;
}

img.aspect_ratio_3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

img.aspect_ratio_1 {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect_ratio_1 {
  aspect-ratio: 1;
}

.capitalize {
  text-transform: capitalize !important;
}

.black {
  color: #000;
}

.col_2 {
  -moz-column-count: 2;
       column-count: 2;
}

.artist {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  bottom: 10px;
  left: 10px;
  color: #FFFFFF;
}

.pl_fix {
  padding-left: 15.5%;
}

.arialBold {
  font-family: "area-normal", sans-serif;
  font-weight: 700;
}

.bg_timerberwolf {
  background: #FEFBF2;
}

.bg_dune {
  background: #35312E;
  color: #FFFFFF;
}
.bg_dune h2,
.bg_dune h3 {
  color: #f6d038;
}
.bg_dune .flex-control-paging li a {
  background: #FFFFFF;
}

#enquire {
  z-index: 2;
  position: relative;
}
#enquire h2 {
  color: #FFFFFF;
}

.flexslider + .artist {
  bottom: 32px;
}

.btn {
  display: inline-flex;
  height: 30px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #000;
  font-family: "Nord";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: #f6d038;
}

.flex-control-nav {
  text-align: left;
}

footer {
  z-index: 2;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 75px;
}
footer a {
  color: #35312E;
}

header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #dfd7c8;
  padding: 20px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header #nav_toggle {
  display: none;
}
header nav #nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header nav #nav a {
  color: #35312E;
  font-size: 12px;
  font-family: "Nord";
  font-weight: 700;
  position: relative;
}
header nav #nav a:after {
  width: 100%;
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: #35312E;
  left: 0;
  opacity: 0;
}
header nav #nav li.active a:after {
  opacity: 1;
}
header .tel {
  color: #35312E;
  font-size: 12px;
  font-family: "Nord";
  font-weight: 700;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f6d038;
  padding: 20px;
  z-index: 5;
}
.banner svg {
  width: 100%;
}

body > .banner {
  position: fixed;
  background: none;
}
body > .banner svg path {
  fill: #f6d038;
}

#hero {
  width: 100%;
  height: calc(100vh - 70px);
}
#hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_img {
  height: calc(100vh - 70px);
  -o-object-fit: cover;
     object-fit: cover;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background: #f6d038;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 1s ease;
  display: none !important;
}
#preloader .banner,
#preloader a {
  opacity: 0;
  transition: all 1s ease;
}
#preloader.t1 .banner {
  opacity: 1;
}
#preloader.t1 a {
  opacity: 1;
  transition-delay: 0.6s;
}
#preloader.hide {
  height: 0;
  overflow: hidden;
}
#preloader svg path {
  fill: #35312E;
}

.hover_me {
  cursor: pointer;
}

#svg_wrapper .ps {
  cursor: pointer;
}

#container {
  width: 100%;
  min-height: calc(100vh - 200px);
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 760px) {
  #container {
    min-height: initial;
    height: 350px;
  }
}
#container #zoom_btn_wrapper {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  row-gap: 5px;
}
#container #zoom_btn_wrapper .zoom_btn {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  position: relative;
}
#container #zoom_btn_wrapper .zoom_btn:before, #container #zoom_btn_wrapper .zoom_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-origin: 0;
  margin: auto;
  width: 18px;
  height: 3px;
  background: #35312E;
}
#container #zoom_btn_wrapper .zoom_btn#zoom_in:after {
  transform: rotate(90deg);
}
#container #svg {
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  cursor: grab;
  position: absolute;
}
#container #svg .hovered rect {
  fill: #f6d038;
}

#map {
  width: 100%;
  height: calc(100vh - 200px);
}
#map .info {
  color: #35312E;
}

.pois_category {
  padding: 15px 0;
  border-bottom: 1px solid #FFFFFF;
}
.pois_category:first-child {
  border-top: 1px solid #FFFFFF;
}
.pois_category ol,
.pois_category ul {
  margin: 20px 0 10px;
}
.pois_category .cat {
  position: relative;
  cursor: pointer;
}
.pois_category .cat:before, .pois_category .cat:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #FFFFFF;
  right: 0;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.pois_category .cat:after {
  transform: rotate(90deg);
}
.pois_category .cat.plus:before {
  transform: rotate(-90deg);
  opacity: 0;
}
.pois_category .cat.plus:after {
  transform: rotate(0);
}

h1.center,
h2.center {
  width: 100%;
}

.holder {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 40vw;
  opacity: 1;
  background-size: 0;
  z-index: 2;
}
.holder .in-ancher {
  width: 0;
  display: block;
  position: absolute;
  z-index: 11;
  opacity: 0;
}
.holder .h-ancher {
  display: block;
}

.parallex {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  transform-origin: center center;
}
.parallex.active-ele {
  z-index: 1;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup > div {
  width: calc(100% - 80px);
  max-width: 550px;
  padding: 60px;
  position: relative;
  text-align: center;
  background: #f6d038;
}
#popup > div h2 .bigger {
  font-size: 130%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  #popup > div {
    width: calc(100% - 40px);
    padding: 60px 20px 40px;
  }
}
#popup > div .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #000;
  z-index: 2;
}
#popup > div .close_btn:after, #popup > div .close_btn:before {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 20px;
  transform: rotate(45deg);
}
#popup > div .close_btn::after {
  transform: rotate(-45deg);
}
#popup > div .btn {
  background: #000;
  color: #f6d038;
  margin: auto;
}

#popup_form > div {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  #popup_form > div {
    grid-template-columns: 1fr;
  }
  #popup_form > div .b_submit {
    grid-column: 1;
  }
}
#popup_form input,
#popup_form label {
  line-height: 1.4;
  color: #35312E;
  font-size: 14px;
}
#popup_form input {
  border: 1px solid #35312E;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#popup_form .b_submit {
  grid-column: 2;
}
#popup_form input:-webkit-input-placeholder,
#popup_form textarea:-webkit-input-placeholder {
  color: #f6d038;
  opacity: 1;
}
#popup_form input::-webkit-input-placeholder,
#popup_form textarea::-webkit-input-placeholder {
  color: #f6d038;
  opacity: 1;
}
#popup_form input:-moz-placeholder,
#popup_form textarea:-moz-placeholder {
  color: #f6d038;
  opacity: 1;
}
#popup_form input::-moz-placeholder,
#popup_form textarea::-moz-placeholder {
  color: #f6d038;
  opacity: 1;
}
#popup_form input:-ms-input-placeholder,
#popup_form textarea:-ms-input-placeholder {
  color: #f6d038;
  opacity: 1;
}
#popup_form input:focus::-webkit-input-placeholder,
#popup_form textarea:focus::-webkit-input-placeholder {
  color: #f6d038;
}
#popup_form input:focus:-moz-placeholder,
#popup_form textarea:focus:-moz-placeholder {
  color: #f6d038;
}
#popup_form input:focus::-moz-placeholder,
#popup_form textarea:focus::-moz-placeholder {
  color: #f6d038;
}
#popup_form input:focus:-ms-input-placeholder,
#popup_form textarea:focus:-ms-input-placeholder {
  color: #f6d038;
}

@media screen and (max-width: 1000px) {
  #hero h1 {
    width: 100%;
  }
  .pl_fix {
    padding-left: 0;
  }
  .grid_7,
  .grid_5,
  .w580 {
    width: 100%;
  }
  section .flex {
    row-gap: 40px;
  }
  .tab {
    display: block;
  }
  .desk {
    display: none;
  }
  #hero img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
  }
  html body .parallex {
    display: none !important;
  }
  html body #locHolder {
    background-position: 75% 50%;
  }
  html body .holder {
    background-size: cover;
  }
  html body .mob {
    display: block;
  }
  html body #hero {
    height: calc(100% - 30px);
  }
  html body #hero h1 {
    font-size: 20px;
  }
  html body .hero_img {
    height: calc(100vh - 30px);
  }
  html body h1.center, html body h2.center {
    font-size: 20px;
  }
  html body .grid.two {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  html body #map {
    height: 250 !important;
  }
  html body #preloader a svg {
    width: 100px;
    height: auto;
  }
  html body .pt220 {
    padding-top: 110px;
    padding-top: 60px;
  }
  html body .pb90 {
    padding-bottom: 45px;
  }
  html body .ptb150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  html body .mb150 {
    margin-bottom: 70px;
  }
  html body .pb150 {
    padding-bottom: 70px;
  }
  html body .mb80 {
    margin-bottom: 40px;
  }
  html body .col_2 {
    -moz-column-count: 1;
         column-count: 1;
  }
  html body .fs20 {
    font-size: 15px;
    letter-spacing: 0;
  }
  html body header {
    padding-bottom: 40px;
    padding: 0;
  }
  html body header .tel {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 10px;
    left: 20px;
    height: 10px;
    margin: auto;
  }
  html body header .tel svg {
    width: 100%;
    height: 100%;
  }
  html body header .tel span {
    display: none;
  }
  html body header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dfd7c8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    transition: all 0.6s ease;
  }
  html body header nav #nav {
    flex-direction: column;
    row-gap: 20px;
  }
  html body header.active_nav nav {
    transform: translateX(0);
  }
  html body header #nav_toggle {
    display: block;
    position: absolute;
    height: 16px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body header #nav_toggle span {
    position: relative;
    bottom: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  html body header #nav_toggle span:before {
    top: -6px;
  }
  html body header #nav_toggle span:after {
    top: 6px;
  }
  html body header > div {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  html body header .btn {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  html body header .center {
    position: static;
    transform: none;
  }
  html body header .center svg {
    width: 140px;
    height: auto;
  }
  html body footer {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */