@import url("../../inc/modern-normalize/modern-normalize.css");
@import url("../../inc/bootstrap/bootstrap-grid.min.css");
@import url("../../inc/aos/aos.css");
@import url("../../inc/lenis/lenis.min.css");
@import url("../../inc/lity/lity.min.css");
@import url("../../inc/swiper/swiper-bundle.min.css");
@import url("../../inc/modal/jquery.modal.min.css");
/*----------------------------------
------------ GLOBALS ---------------
----------------------------------*/
@font-face {
  font-family: "helvetica-neue";
  font-weight: 400;
  src: url("../fonts/helvetica-neue/Helvetica LT 55 Roman.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue";
  font-weight: 500;
  src: url("../fonts/helvetica-neue/Helvetica LT 65 Medium.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue";
  font-weight: 700;
  src: url("../fonts/helvetica-neue/Helvetica LT 75 Bold.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/helvetica-neue/Helvetica LT 56 Italic.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/helvetica-neue/Helvetica LT 66 Medium Italic.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/helvetica-neue/Helvetica LT 76 Bold Italic.woff") format("woff");
}
.c-white {
  color: #FFFFFF;
}

.c-black {
  color: #000000;
}

.c-cream {
  color: #E9E4DB;
}

.c-red {
  color: #E60001;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-cream {
  background-color: #E9E4DB;
}

.bg-red {
  background-color: #E60001;
}

:root {
  --site-padding: 4.5rem;
  --viewport-height: 100vh;
}
@media (max-width: 1399px) {
  :root {
    --site-padding: 3rem;
  }
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --site-padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 1.25rem;
    --viewport-height: calc(100vh - 80px);
  }
}

::-moz-selection {
  background-color: #E60001;
  color: #FFFFFF;
}

::selection {
  background-color: #E60001;
  color: #FFFFFF;
}

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

html {
  scroll-behavior: smooth;
  font-size: 12px;
  background-color: #FFFFFF;
  scroll-padding-top: 3rem;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "helvetica-neue", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

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

p {
  margin-top: 0;
  margin-bottom: 1.25em;
}
p:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "helvetica-neue", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.333rem;
  }
}

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 1.333rem;
  }
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: -0.03em;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.333rem;
  }
}

h4, .h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

h6, .h6 {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-350 {
  font-weight: 350;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.tt-u {
  text-transform: uppercase !important;
}

.tt-n {
  text-transform: none !important;
}

.ls-n3 {
  letter-spacing: -0.03em;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.01em;
}

.ls-2 {
  letter-spacing: 0.02em;
}

.f-ss {
  font-family: "helvetica-neue", sans-serif;
}

.f-s {
  font-family: "helvetica-neue", sans-serif;
}

.f-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.f-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.f-16 {
  font-size: 16px;
  font-size: 1rem;
}

.f-22 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 575px) {
  .f-22 {
    font-size: 1.25rem;
  }
}

.f-26 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  .f-26 {
    font-size: 1.333rem;
  }
  .f-26--m {
    font-size: 1.25rem;
  }
}

.f-28 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 575px) {
  .f-28 {
    font-size: 1.333rem;
  }
}

.f-nav {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.rk-container {
  width: calc(100% - var(--site-padding) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1660px;
}

.text-balance {
  text-wrap: balance;
}

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

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

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
}

b, strong {
  font-weight: 600;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-300 {
  max-width: 300px;
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-450 {
  max-width: 450px;
}

.mw-500 {
  max-width: 500px;
}

.mw-550 {
  max-width: 550px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-800 {
  max-width: 800px;
}

.mw-900 {
  max-width: 900px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1500 {
  max-width: 1500px;
}

.mw-1600 {
  max-width: 1600px;
}

.mw-1700 {
  max-width: 1700px;
}

.mw-1800 {
  max-width: 1800px;
}

.mw-200 {
  max-width: 12.5rem;
} /* 200px */
.mw-250 {
  max-width: 15.625rem;
} /* 250px */
.mw-300 {
  max-width: 18.75rem;
} /* 300px */
.mw-350 {
  max-width: 21.875rem;
} /* 350px */
.mw-400 {
  max-width: 25rem;
} /* 400px */
.mw-450 {
  max-width: 28.125rem;
} /* 450px */
.mw-500 {
  max-width: 31.25rem;
} /* 500px */
.mw-550 {
  max-width: 34.375rem;
} /* 550px */
.mw-600 {
  max-width: 37.5rem;
} /* 600px */
.mw-700 {
  max-width: 43.75rem;
} /* 700px */
.mw-800 {
  max-width: 50rem;
} /* 800px */
.mw-900 {
  max-width: 56.25rem;
} /* 900px */
.mw-1000 {
  max-width: 62.5rem;
} /* 1000px */
.mw-1100 {
  max-width: 68.75rem;
} /* 1100px */
.mw-1200 {
  max-width: 75rem;
} /* 1200px */
.mw-1300 {
  max-width: 81.25rem;
} /* 1300px */
.mw-1400 {
  max-width: 87.5rem;
} /* 1400px */
.mw-1500 {
  max-width: 93.75rem;
} /* 1500px */
.mw-1600 {
  max-width: 100rem;
} /* 1600px */
.mw-1700 {
  max-width: 106.25rem;
} /* 1700px */
.mw-1800 {
  max-width: 112.5rem;
} /* 1800px */
.my-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .my-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.py-padding {
  padding-top: var(--site-padding);
  padding-bottom: var(--site-padding);
}

.py-300 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.pt-300 {
  padding-top: 18.75rem;
}

.pb-300 {
  padding-bottom: 18.75rem;
}

.py-250 {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem;
}

.pt-250 {
  padding-top: 15.625rem;
}

.pb-250 {
  padding-bottom: 15.625rem;
}

.py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.pt-200 {
  padding-top: 12.5rem;
}

.pb-200 {
  padding-bottom: 12.5rem;
}

.py-180 {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.pt-180 {
  padding-top: 11.25rem;
}

.pb-180 {
  padding-bottom: 11.25rem;
}

.py-150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.py-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

@media (max-width: 1199px) {
  .py-300 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .pt-300 {
    padding-top: 12.5rem;
  }
  .pb-300 {
    padding-bottom: 12.5rem;
  }
  .py-250 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .pt-250 {
    padding-top: 12.5rem;
  }
  .pb-250 {
    padding-bottom: 12.5rem;
  }
  .py-200 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pt-200 {
    padding-top: 10rem;
  }
  .pb-200 {
    padding-bottom: 10rem;
  }
  .py-180 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .pt-180 {
    padding-top: 8.75rem;
  }
  .pb-180 {
    padding-bottom: 8.75rem;
  }
  .py-150 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .pt-150 {
    padding-top: 7.5rem;
  }
  .pb-150 {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 991px) {
  .py-300 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .pt-300 {
    padding-top: 9.375rem;
  }
  .pb-300 {
    padding-bottom: 9.375rem;
  }
  .py-250 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .pt-250 {
    padding-top: 9.375rem;
  }
  .pb-250 {
    padding-bottom: 9.375rem;
  }
  .py-200 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .pt-200 {
    padding-top: 6.25rem;
  }
  .pb-200 {
    padding-bottom: 6.25rem;
  }
  .py-180 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .pt-180 {
    padding-top: 5.625rem;
  }
  .pb-180 {
    padding-bottom: 5.625rem;
  }
  .py-150 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-150 {
    padding-top: 5rem;
  }
  .pb-150 {
    padding-bottom: 5rem;
  }
  .py-120 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pt-120 {
    padding-top: 4.5rem;
  }
  .pb-120 {
    padding-bottom: 4.5rem;
  }
  .py-100 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .pt-100 {
    padding-top: 4.375rem;
  }
  .pb-100 {
    padding-bottom: 4.375rem;
  }
  .py-80 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-80 {
    padding-top: 3.75rem;
  }
  .pb-80 {
    padding-bottom: 3.75rem;
  }
  .py-60 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .pt-60 {
    padding-top: 3.125rem;
  }
  .pb-60 {
    padding-bottom: 3.125rem;
  }
  .py-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pt-50 {
    padding-top: 2.5rem;
  }
  .pb-50 {
    padding-bottom: 2.5rem;
  }
  .py-40 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pt-40 {
    padding-top: 1.875rem;
  }
  .pb-40 {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 575px) {
  .py-300 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-300 {
    padding-top: 3.75rem;
  }
  .pb-300 {
    padding-bottom: 3.75rem;
  }
  .py-250 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-250 {
    padding-top: 3.75rem;
  }
  .pb-250 {
    padding-bottom: 3.75rem;
  }
  .py-200 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-200 {
    padding-top: 3.75rem;
  }
  .pb-200 {
    padding-bottom: 3.75rem;
  }
  .py-180 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-180 {
    padding-top: 3.75rem;
  }
  .pb-180 {
    padding-bottom: 3.75rem;
  }
  .py-150 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-150 {
    padding-top: 3.75rem;
  }
  .pb-150 {
    padding-bottom: 3.75rem;
  }
  .py-120 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-120 {
    padding-top: 3.75rem;
  }
  .pb-120 {
    padding-bottom: 3.75rem;
  }
  .py-100 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-100 {
    padding-top: 3.75rem;
  }
  .pb-100 {
    padding-bottom: 3.75rem;
  }
  .py-80 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-80 {
    padding-top: 3.75rem;
  }
  .pb-80 {
    padding-bottom: 3.75rem;
  }
  .py-60 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .pt-60 {
    padding-top: 3.125rem;
  }
  .pb-60 {
    padding-bottom: 3.125rem;
  }
  .py-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pt-50 {
    padding-top: 2.5rem;
  }
  .pb-50 {
    padding-bottom: 2.5rem;
  }
  .py-40 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pt-40 {
    padding-top: 1.875rem;
  }
  .pb-40 {
    padding-bottom: 1.875rem;
  }
}
figure {
  margin: 0;
  padding: 0;
}

.button, input[type=submit] {
  display: inline-block;
  border: 1px solid #000000;
  color: #000000;
  font-size: 0.75rem;
  padding: 0.85em 2em 0.625em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.button:hover, input[type=submit]:hover {
  background-color: #000000;
  color: #FFFFFF;
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 1rem, 0);
}

.line-links a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1em;
}
.line-links a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: width 0.4s ease;
}
.line-links a:hover::before, .line-links a.active::before {
  width: 100%;
}
.line-links--rev a::before {
  background: #FFFFFF;
}

.u-links a {
  text-decoration: underline;
}

.o-links a {
  transition: all 0.3s ease;
}
.o-links a:hover {
  opacity: 0.5;
}

.o-hidden {
  overflow: hidden;
}

.img-cont {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.img-cont.img-cont-21 {
  padding-top: 50%;
}
.img-cont.img-cont-169 {
  padding-top: 56.25%;
}
@media (max-width: 575px) {
  .img-cont.img-cont-169 {
    padding-top: 66.667%;
  }
}
.img-cont.img-cont-32 {
  padding-top: 66.667%;
}
.img-cont.img-cont-43 {
  padding-top: 75%;
}
.img-cont.img-cont-54 {
  padding-top: 80%;
}
.img-cont.img-cont-56 {
  padding-top: 120%;
}
.img-cont.img-cont-45 {
  padding-top: 125%;
}
.img-cont.img-cont-34 {
  padding-top: 133.333%;
}
.img-cont.img-cont-1217 {
  padding-top: 141%;
}
.img-cont.img-cont-auto {
  padding: 0;
}
.img-cont.img-cont-auto img, .img-cont.img-cont-auto video {
  position: static !important;
}
.img-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  position: absolute;
  opacity: 0;
}
.img-cont--tint-1::before {
  opacity: 0.1;
}
.img-cont--tint-2::before {
  opacity: 0.2;
}
.img-cont--tint-3::before {
  opacity: 0.3;
}
.img-cont--tint-4::before {
  opacity: 0.4;
}
.img-cont > img, .img-cont > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-cont video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.img-cont.op-top img {
  -o-object-position: top;
     object-position: top;
}
.img-cont.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.img-cont:empty,
.hide-empty:empty {
  display: none !important;
}

a .img-cont img,
.img-cont a img,
.hover-zoom img {
  transform: scale(1.01);
  transition: all 1s ease;
  opacity: 1;
}

a:hover .img-cont img,
.img-cont a:hover img,
.hover-zoom:hover img {
  transform: scale(1.03);
  opacity: 1;
}

section, .section {
  position: relative;
}

.border-top {
  border-top: 1px solid #000000;
}

.border-left {
  border-left: 1px solid #000000;
}

.border-bottom {
  border-bottom: 1px solid #000000;
}

.fs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #000;
}
.fs-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  position: absolute;
  opacity: 0.1;
}
.fs-bg img, .fs-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fs-bg video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fs-bg--no-tint::before, .fs-bg--tint-0::before {
  opacity: 0;
}
.fs-bg--tint-1::before {
  opacity: 0.1;
}
.fs-bg--tint-2::before {
  opacity: 0.2;
}
.fs-bg--tint-3::before {
  opacity: 0.3;
}
.fs-bg--tint-4::before {
  opacity: 0.4;
}
.fs-bg.op-top img {
  -o-object-position: top;
     object-position: top;
}
.fs-bg.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .lity-iframe .lity-container, body .lity-youtube .lity-container, body .lity-vimeo .lity-container, body .lity-facebookvideo .lity-container, body .lity-googlemaps .lity-container {
  max-width: 150vh;
  width: 90%;
}

.custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 99999;
}

/*----------------------------------
------------ HEADER ----------------
----------------------------------*/
.main-site-header {
  padding: 4rem 0 5rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  .main-site-header {
    padding: 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .main-site-header {
    padding: 1.25rem 0;
  }
}
@media (max-width: 991px) {
  .main-site-header .row {
    align-items: center;
  }
}
.main-site-header__logo {
  width: 14rem;
  height: auto;
}
@media (max-width: 991px) {
  .main-site-header__logo {
    width: 9rem;
    margin-bottom: -0.75rem;
  }
}
.main-site-header__nav {
  padding-bottom: 3.5rem;
}
.main-site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem 3rem;
}
.main-site-header__nav ul .menu-item-has-children {
  position: relative;
}
.main-site-header__nav ul .menu-item-has-children > .sub-menu {
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  padding: 0.75rem 0;
  background-color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.main-site-header__nav ul .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-site-header__burger {
  width: 1.8rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  display: block;
  display: none;
}
@media (max-width: 991px) {
  .main-site-header__burger {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .main-site-header__burger {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .main-site-header__burger {
    width: 24px;
    height: 12px;
    margin-top: -2px;
    margin-bottom: 3px;
  }
}
.main-site-header__burger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.main-site-header__burger span:nth-child(1) {
  top: 0;
}
.main-site-header__burger span:nth-child(2) {
  top: 50%;
}
.main-site-header__burger span:nth-child(3) {
  top: 100%;
}

/*----------------------------------
---------- MOBILE MENU -------------
----------------------------------*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  color: #000000;
  padding: 5rem 0;
  transform: translateY(-101%);
  display: flex;
  align-items: center;
}
.rk-menu-open .mobile-menu {
  transform: translateY(0);
}
.mobile-menu nav {
  text-align: center;
}
.mobile-menu ul {
  list-style: none;
  padding: 0 0 3rem;
  margin: 0;
  font-size: 1.25rem;
}
.mobile-menu ul li {
  margin-bottom: 0.85em;
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
  transition: all 0.8s ease;
}
.mobile-menu ul.sub-menu {
  padding-bottom: 0;
  padding-top: 1rem;
}
.mobile-menu__curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9E4DB;
  z-index: 80;
  transform: translateY(-101%);
  transition: all 0.6s ease;
}
.rk-menu-open .mobile-menu__curtain {
  transform: translateY(0);
}

.rk-menu-open .mobile-menu ul li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.rk-menu-open .mobile-menu ul li:nth-child(1) {
  transition-delay: 0.3s;
}
.rk-menu-open .mobile-menu ul li:nth-child(2) {
  transition-delay: 0.4s;
}
.rk-menu-open .mobile-menu ul li:nth-child(3) {
  transition-delay: 0.5s;
}
.rk-menu-open .mobile-menu ul li:nth-child(4) {
  transition-delay: 0.6s;
}
.rk-menu-open .mobile-menu ul li:nth-child(5) {
  transition-delay: 0.7s;
}
.rk-menu-open .mobile-menu ul li:nth-child(6) {
  transition-delay: 0.8s;
}
.rk-menu-open .mobile-menu ul li:nth-child(7) {
  transition-delay: 0.9s;
}
.rk-menu-open .mobile-menu ul li:nth-child(8) {
  transition-delay: 1s;
}
.rk-menu-open .mobile-menu__button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.9s;
}
.rk-menu-open .main-site-header__burger span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.rk-menu-open .main-site-header__burger span:nth-child(2) {
  opacity: 0;
}
.rk-menu-open .main-site-header__burger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
@media (max-width: 991px) {
  .home-hero-img {
    padding-top: 56.25% !important;
  }
}
@media (max-width: 767px) {
  .home-hero-img {
    padding-top: 66.667% !important;
  }
}
@media (max-width: 575px) {
  .home-hero-img {
    padding-top: calc(100vh - 120px) !important;
  }
}
.home-hero-img__text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFFFFF;
  padding: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em 2em;
  z-index: 2;
  margin: 0;
}
@media (max-width: 991px) {
  .home-hero-img__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .home-hero-img__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .home-hero-img__text {
    font-size: 3.5vw;
    padding: 1.5em;
  }
}

.project-tile {
  position: relative;
}
.project-tile::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(1deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  position: absolute;
  opacity: 0.4;
}
.project-tile__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  color: #FFFFFF;
  z-index: 2;
  font-weight: 400;
}
.project-tile__title {
  margin: 0;
  font-weight: 400;
}
.project-tile__status {
  margin: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.project-tile__link {
  font-size: 0.75rem;
  opacity: 0.5;
  padding-left: 0.5em;
  font-weight: 500;
}

.project-carousel,
.news-carousel {
  padding-top: 4.5rem;
  margin-top: -1.5rem;
}
.project-carousel .swiper-pagination,
.news-carousel .swiper-pagination {
  top: 0;
  bottom: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .project-carousel .swiper-pagination,
  .news-carousel .swiper-pagination {
    text-align: left;
    top: 2rem;
  }
}
.project-carousel .swiper-pagination .swiper-pagination-bullet,
.news-carousel .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #000000;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
}
.project-carousel .swiper-pagination .swiper-pagination-bullet-active,
.news-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}
.client-logos__item {
  width: calc(16.666% - 1.25rem);
}
@media (max-width: 1399px) {
  .client-logos__item {
    width: calc(20% - 1.2rem);
  }
}
@media (max-width: 991px) {
  .client-logos__item {
    width: calc(25% - 1.125rem);
  }
}
@media (max-width: 767px) {
  .client-logos__item {
    width: calc(33.333% - 1rem);
  }
}
@media (max-width: 575px) {
  .client-logos__item {
    width: calc(50% - 0.75rem);
  }
}
.client-logos__item img {
  width: 60%;
  height: 100%;
  max-height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*----------------------------------
------------- FOOTER ---------------
----------------------------------*/
.main-site-footer {
  padding: 3.5rem 0;
}
@media (max-width: 991px) {
  .main-site-footer {
    padding: 3.5rem 0 2rem;
  }
}
.main-site-footer strong {
  font-weight: 500;
}
.main-site-footer__col > .row:first-child {
  min-height: 6rem;
}
.main-site-footer__col > .row:first-child > div {
  padding-bottom: 2rem;
}
.main-site-footer__col > .row:last-child > div:first-child {
  padding-top: 0.475rem;
}
@media (max-width: 767px) {
  .main-site-footer__col > .row:last-child > div:last-child {
    padding-top: 2rem;
  }
}
.main-site-footer__logo-cont {
  min-height: 6.75rem;
}
@media (max-width: 991px) {
  .main-site-footer__logo-cont {
    padding-top: 3rem;
    padding-bottom: 2rem;
    min-height: 0;
  }
}
.main-site-footer__logo {
  width: auto;
  height: 4.875rem;
}
@media (max-width: 991px) {
  .main-site-footer__socials {
    margin-bottom: 2rem;
  }
}

/*----------------------------------
------------- ABOUT ----------------
----------------------------------*/
.director-profile {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .director-profile {
    margin-top: 2rem;
  }
}
.director-profile__img {
  width: 14rem;
  position: absolute;
  bottom: 0;
  right: calc(100% + 3rem);
}
@media (max-width: 991px) {
  .director-profile__img {
    position: static;
  }
}
@media (max-width: 575px) {
  .director-profile__img {
    width: 100%;
  }
}
.director-profile__title {
  margin: 1rem 0 0 !important;
}
.director-profile__name {
  margin: 0 !important;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.team-grid__item {
  width: calc(25% - 1.125rem);
}
@media (max-width: 1199px) {
  .team-grid__item {
    width: calc(33.333% - 1rem);
  }
}
@media (max-width: 767px) {
  .team-grid__item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 575px) {
  .team-grid__item {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.team-grid__item .img-cont {
  margin-bottom: 2rem;
}
.team-grid__position {
  text-transform: uppercase;
}
.team-grid__name {
  text-transform: uppercase;
  margin: 0.25rem 0 1.5rem;
}

.testimonials-carousel {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.testimonials-carousel .swiper-slide {
  height: auto;
}
.testimonials-carousel__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  position: relative;
  padding-bottom: 6em;
}
.testimonials-carousel__item > * {
  width: 100%;
}
.testimonials-carousel__title {
  min-height: 4em;
}
.testimonials-carousel__byline {
  font-weight: 500;
  min-height: 2.7em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.testimonials-carousel .swiper-button-prev,
.testimonials-carousel .swiper-button-next {
  top: auto;
  bottom: 0;
  --swiper-navigation-size: 1rem;
  --swiper-navigation-color: #000;
}
.testimonials-carousel .swiper-button-prev {
  left: 0;
}
.testimonials-carousel .swiper-button-next {
  right: 0;
}

/*----------------------------------
------------ PORTFOLIO -------------
----------------------------------*/
.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .project-grid {
    gap: var(--site-padding);
  }
}
.project-grid__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .project-grid__item {
    gap: 0;
  }
}
.project-grid__text-col {
  width: calc(33.333% - 0.625rem);
  background-color: #E9E4DB;
  padding: 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 991px) {
  .project-grid__text-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .project-grid__text-col {
    padding: 1.5rem var(--site-padding) 2rem;
  }
}
.project-grid__text-col > div {
  width: 100%;
}
.project-grid__img-col {
  width: calc(66.666% - 0.75rem);
}
@media (max-width: 991px) {
  .project-grid__img-col {
    width: 100%;
    order: -1;
  }
}
.project-grid__title {
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .project-grid__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .project-grid__title {
    font-size: 1.25rem;
  }
}
.project-grid__subtitle {
  margin-top: 0;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .project-grid__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .project-grid__subtitle {
    font-size: 1rem;
  }
}
.project-grid__status {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-right: 2em;
}
@media (max-width: 575px) {
  .project-grid__status {
    font-size: 0.75rem;
    margin-right: 1.75em;
  }
}
.project-grid__link {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .project-grid__link {
    font-size: 0.625rem;
  }
}
.project-grid__link:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .project-grid .img-cont {
    padding-top: 75%;
  }
}
@media (max-width: 991px) {
  .project-grid .img-cont {
    padding-top: 50%;
  }
}
.project-grid--border .project-grid__item {
  border-top: 2px solid #000;
  padding-top: 1.25rem;
}
.project-grid--alternate .project-grid__item:nth-child(even) .project-grid__img-col {
  order: -1;
}

/*----------------------------------
--------- PORTFOLIO ITEM -----------
----------------------------------*/
.project-hero__text-col {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.project-hero__text-col > div {
  width: 100%;
}
.project-hero__facts {
  font-size: 0.875rem;
}
.project-hero__facts-item {
  display: flex;
  gap: 1em;
  padding-bottom: 0.5em;
}
.project-hero__facts-key {
  width: 9em;
  font-weight: 500;
}
.project-hero__facts-value {
  width: calc(100% - 10em);
  font-weight: 300;
}
@media (max-width: 991px) {
  .project-hero__img-col {
    order: -1;
  }
}
.project-hero__img-col .img-cont {
  height: 100%;
}
.project-hero .button {
  margin-top: 2rem;
}
.project-hero__swiper {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 1.5rem;
}
.project-hero__swiper .swiper-button-prev {
  left: auto;
  right: 4rem;
  top: auto;
  bottom: 2rem;
  outline: none !important;
}
.project-hero__swiper .swiper-button-next {
  left: auto;
  right: 1.5rem;
  top: auto;
  bottom: 2rem;
  outline: none !important;
}

.agent-box {
  margin-bottom: 4rem;
  border-top: 2px solid #000000;
}
.agent-box:last-child {
  margin-bottom: 0;
}
.agent-box > div {
  border-bottom: 1px solid #000000;
}
.agent-box__name {
  margin: 0;
  padding: 0.9375rem 0 0.5625rem;
}
@media (max-width: 575px) {
  .agent-box__name {
    font-size: 1rem;
  }
}
.agent-box__contact {
  margin: 0;
  padding: 1rem 0 0.675rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .agent-box__contact {
    font-size: 0.75rem;
  }
}
/*----------------------------------
-------------- NEWS ----------------
----------------------------------*/
.news-grid__item {
  border-top: 1px solid #000000;
  padding: 2rem 0;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.news-grid__img-col {
  width: calc(33.333% - 0.625rem);
}
@media (max-width: 767px) {
  .news-grid__img-col {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .news-grid__img-col .img-cont {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .news-grid__img-col .img-cont {
    padding-top: 56.25%;
  }
}
.news-grid__text-col {
  width: calc(66.666% - 0.625rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .news-grid__text-col {
    width: 100%;
  }
}
.news-grid__text-col > div:first-child {
  width: calc(37.5% - 0.625rem);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .news-grid__text-col > div:first-child {
    width: 100%;
  }
}
.news-grid__text-col > div:first-child > div {
  width: 100%;
}
.news-grid__text-col > div:last-child {
  width: calc(62.5% - 0.625rem);
}
@media (max-width: 767px) {
  .news-grid__text-col > div:last-child {
    width: 100%;
  }
}
.news-grid__date {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-right: 2em;
}
@media (max-width: 575px) {
  .news-grid__date {
    font-size: 0.75rem;
    margin-right: 1.75em;
  }
}
.news-grid__link {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .news-grid__link {
    font-size: 0.625rem;
  }
}
.news-grid__link:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .news-grid__title {
    margin-bottom: 1rem;
  }
}

/*----------------------------------
------------- CONTACT --------------
----------------------------------*/
.office-selector {
  display: flex;
  gap: 2rem;
  justify-content: center;
  text-transform: uppercase;
  padding: 0.75rem 0;
}
.office-selector__item {
  opacity: 0.6;
  cursor: pointer;
}
.office-selector__item.active {
  opacity: 1;
  font-weight: 500;
}

#bourke-office-map {
  height: 300px;
  background-color: #000;
}

/*----------------------------------
------------- ARTICLE --------------
----------------------------------*/
.the-post-content p a {
  text-decoration: underline;
}
.the-post-content img, .the-post-content .wp-caption, .the-post-content .alignnone {
  max-width: 100%;
}
.the-post-content .wp-caption-text {
  font-size: 0.75rem;
}

/*----------------------------------
------------- FORMS ----------------
----------------------------------*/
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0.675em 0;
  font-size: 1rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  border-radius: 0;
  outline: none !important;
  color: #000000;
}
@media only screen and (max-width: 641px) {
  body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
    line-height: 1.3 !important;
  }
}
body ::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
body ::placeholder {
  color: #000000;
  opacity: 1;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: center;
  padding-top: 2rem;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_page_footer button:hover, body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: #000000;
}
body .gform_wrapper.gravity-theme .gform_fields {
  gap: 1rem;
}
body .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icons/plus.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */