@font-face {
  font-family: "Messina Sans";
  src: url("/fonts/MessinaSans-Light.woff2") format("woff2"), url("MessinaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Messina Sans";
  src: url("/fonts/MessinaSans-Regular.woff2") format("woff2"), url("/fonts/MessinaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url("/fonts/Signifier-Regular.woff2") format("woff2"), url("/fonts/Signifier-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 70px;
  --gap: 30px;
  --light: #ffffff;
  --brown: #968573;
  --dark: #000;
  --cream: #F9F6EA;
  --xxs: 5px;
  --xs: 10px;
  --s: 40px;
  --m: clamp(40px, 87px, 11vh);
  --l: 80px;
  --xl: clamp(50px, 166px, 12vh);
  --st-h:clamp(250px,483px,36vh) ;
}

body {
  font-family: "Messina Sans";
  font-size: 14px;
  line-height: 1.3;
  color: var(--dark);
  margin: 0;
  text-align: center;
  padding: 0;
  background-color: var(--cream);
  letter-spacing: 0.02%;
}

section {
  position: relative;
  z-index: 1;
}

.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;
}

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

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

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

.half {
  width: calc(50% - 1.5px);
}

.grid_6 {
  width: 50%;
}

.container {
  max-width: calc(100% - var(--gap) * 2);
  width: 960px;
  margin: auto;
  position: relative;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt15 {
  padding-top: 15px;
}

.ptxl {
  padding-top: var(--xl);
}

.pbxl {
  padding-bottom: var(--xl);
}

.ptl {
  padding-top: var(--l);
}

.pbl {
  padding-bottom: var(--l);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.j-e {
  justify-content: flex-end;
}

.s-b {
  justify-content: space-between;
}

.a-c {
  align-items: center;
}

.gap {
  gap: var(--gap);
}

.flex-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}

.img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img.loaded {
  width: 100%;
}

img.loaded {
  height: auto;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.6s;
}

.fadeInUp.animated {
  opacity: 1;
}

.fadeIn.animated {
  opacity: 1;
}

.parallexHolder {
  position: relative;
  overflow: hidden;
}

.middle {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
}

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

.relative {
  position: relative;
}

.middle-h {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: block;
}

.full-height, .full-h {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
}

.underline {
  text-decoration: underline;
}

.l-a {
  text-align: left;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

/* Headings */
h1,
h2,
h3, .tel {
  margin: 0;
  font-weight: 400;
  font-family: "Signifier";
  line-height: 1.1;
}

h1 {
  font-size: 60px;
}

h1.col, h2.col {
  height: 100%;
  padding: 0.5em 30px;
}
h1 .xlarg, h2 .xlarg {
  font-size: clamp(40px, 164px, 12vw);
}
h1 .med, h2 .med {
  max-width: 30%;
  margin: auto;
}

h2 span, h3 span {
  display: block;
}
h2, h3 {
  font-size: 40px;
}

.uppercase {
  text-transform: uppercase;
}

.tel {
  font-size: 30px;
}

.para {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.para .inner-para {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 43px;
  color: var(--light);
}

.ani-sec {
  height: calc(200vh + var(--st-h));
}

.stick-holder {
  position: sticky;
  top: var(--header-height);
}

.clip-holder {
  position: sticky;
  top: calc(var(--header-height) + var(--st-h));
  height: calc(100vh - var(--st-h));
  height: calc(100vh - var(--st-h));
}

.clip {
  position: absolute;
  top: calc(-1 * var(--st-h));
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  clip-path: inset(var(--st-h) calc(50% - 90px) calc(100% - 254px - var(--st-h)) calc(50% - 90px));
}

.st-h {
  height: var(--st-h);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer {
  background-color: var(--brown);
  color: var(--cream);
}
footer .container {
  width: 1286px;
}

.disclaimer {
  font-size: 9px;
  padding-bottom: 53px;
}

.logos {
  gap: 20px;
  padding: 35px 0;
  border-top: 1px solid currentColor;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider div {
  display: block !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  transform: none;
  display: block;
  left: 0;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
  cursor: url(/images/icons/pre.svg) 64 64, auto;
}
.slick-arrow.slick-next {
  left: 50%;
  cursor: url(/images/icons/next.svg) 64 64, auto;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  list-style: none;
  gap: 9px;
  z-index: 5;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--light);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: var(--light);
}

header {
  height: var(--header-height);
  background-color: var(--cream);
  position: sticky;
  top: 0;
  width: 100%;
  font-size: 11px;
  line-height: 1;
  padding: 0 45px;
  z-index: 20;
}
header.show .logo {
  opacity: 1;
}

.logo {
  opacity: 0;
  transition: opacity 0.5s;
}

.active-body header {
  position: fixed;
}
.active-body .fix-head {
  padding-top: var(--header-height);
}

#nav {
  gap: clamp(30px, 73px, 10vw);
}

#nav-toggle {
  display: none;
  width: 30px;
  height: 11px;
  color: inherit;
  z-index: 100;
  position: relative;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  transform-origin: left top;
}

#nav-toggle span.sp2 {
  top: 5px;
}

#nav-toggle span.sp3 {
  top: 10px;
  transform-origin: left bottom;
}

#nav-toggle.active span.sp1 {
  transform: rotate(45deg);
  width: 15px;
}

#nav-toggle.active span.sp2 {
  opacity: 0;
}

#nav-toggle.active span.sp3 {
  transform: rotate(-45deg);
  width: 15px;
}

button {
  color: inherit;
  border: none;
  outline: none;
  background-color: transparent;
}

#enquire {
  background-color: var(--brown);
  color: var(--light);
}

.register {
  width: 460px;
  max-width: calc(100% - 40px);
  margin: auto;
}

label {
  text-align: left;
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-size: 10px;
  margin: 0 auto 17px auto;
  padding: 8px 0;
  width: 100%;
  color: var(--cream);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--cream);
  text-align: center;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

.hs-error-msgs {
  list-style: none;
  font-size: 10px;
  color: #fff;
}

input[type=submit] {
  text-align: center;
  background: var(--cream);
  color: var(--brown);
  width: 253px;
  margin: 40px auto 0 auto;
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.17em;
  line-height: 1;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}

.hs-form-checkbox {
  list-style: none;
  width: 50%;
}

.hs-form-checkbox-display {
  display: flex;
}

.hs-form-checkbox-display span {
  display: inline-block;
  padding-left: 10px;
}

#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: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  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 #546670;
  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 #546670;
  border-right: 2px solid #546670;
  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: inherit;
  opacity: 1;
}

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

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

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

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

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

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

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

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

/* 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 currentColor;
  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 p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  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: #fff;
  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: #fff;
}

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

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: #fff;
}

/* 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: #fff;
}

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

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--light);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--light) !important;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: 50px;
    --gap: 20px;
    --l: 60px;
    --xl:80px;
  }
  #nav-toggle {
    display: block;
  }
  header {
    padding: 0 var(--gap);
  }
  header.show .logo {
    opacity: 1;
  }
  .logo {
    opacity: 0;
    transition: opacity 0.5s;
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.5s;
    width: 100%;
    background-color: var(--cream);
    padding: 20px 20px 70px 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: "Signifier";
    font-size: 24px;
  }
  #nav.active {
    transform: translateX(0%);
  }
  .grid_6 {
    width: 100%;
  }
  .full-height {
    height: auto;
  }
  h1.col, h2.col {
    height: auto;
    padding: 40px 0;
    gap: 0.5em;
  }
  h1 {
    font-size: 48px;
  }
  h2, h3 {
    font-size: 32px;
  }
  .st-h {
    height: auto !important;
    padding: var(--xl) 0;
  }
  .stick-holder {
    position: relative;
    top: auto;
  }
  .clip-holder {
    position: relative;
    top: auto;
    height: auto;
  }
  .clip-holder {
    position: relative;
    top: auto;
    height: auto;
  }
  .clip {
    position: relative;
    top: auto;
    height: auto;
    clip-path: initial !important;
  }
  .ani-sec {
    height: auto;
  }
  .asp11 {
    aspect-ratio: 1.5;
  }
  .no-pbm {
    padding-bottom: 0;
  }
  .logos p, .logos a {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .logos p img, .logos a img {
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */