@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: "founders-grotesk-x-condensed";
  font-weight: 400;
  src: url("../../fonts/founders-grotesk-x-condensed/founders-grotesk-x-condensed-medium.woff2")
    format("woff2");
}
@font-face {
  font-family: "profilen";
  font-weight: 400;
  src: url("../../fonts/profilen/Profilen.woff") format("woff");
}
@font-face {
  font-family: "work-sans";
  font-weight: 400;
  src: url("../../fonts/work-sans/WorkSans-Light.woff") format("woff");
}
.c-white {
  color: #ffffff;
}

.c-black {
  color: #000000;
}

.c-brown {
  color: #550624;
}

.c-cream {
  color: #f8f2ed;
}

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

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

.bg-brown {
  background-color: #550624;
}

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

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

::-moz-selection {
  background-color: #ffffff;
  color: #550624;
}

::selection {
  background-color: #ffffff;
  color: #550624;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #f8f2ed;
  color: #550624;
  scroll-padding-top: 3rem;
}
body {
  font-family: "work-sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #550624;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

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

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "profilen", serif;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  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: 60px;
  font-size: 3.75rem;
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

.f-s {
  font-family: "profilen", serif;
}

.f-o {
  font-family: "founders-grotesk-x-condensed", serif;
}

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

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

.f-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.f-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.f-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.f-32 {
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 575px) {
  .f-32 {
    font-size: 1.667rem;
  }
}

.f-42 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 575px) {
  .f-42 {
    font-size: 2rem;
  }
}

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

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

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

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: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.4s ease;
}
.line-links a:hover::before,
.line-links a.active::before {
  width: 100%;
}

.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__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  z-index: 4;
  padding: 2em;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .img-cont__caption {
    font-size: 0.5rem;
    padding: 1.5em;
  }
}

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.05);
  opacity: 1;
}

section,
.section {
  position: relative;
}

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

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

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

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

/*----------------------------------
------------ HEADER ----------------
----------------------------------*/
.main-site-header {
  padding: 1rem 0;
}
.main-site-header__logo {
  width: 10rem;
}

/*----------------------------------
------------- BODY -----------------
----------------------------------*/
.hero-section__text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 9rem 0;
}
@media (max-width: 991px) {
  .hero-section__text {
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .hero-section__text {
    padding: 5rem 0 4rem;
  }
}
.hero-section__logo {
  width: 29rem;
  margin: 0;
}
@media (max-width: 991px) {
  .hero-section__logo {
    width: 20rem;
  }
}
@media (max-width: 575px) {
  .hero-section__logo {
    width: 15rem;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .intro-section .h2 {
    font-size: 7vw;
  }
}
@media (max-width: 991px) {
  .intro-section .h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .intro-section .h3 {
    font-size: 5vw;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .enquire-section {
    padding-top: 0;
  }
  .enquire-section .f-22 {
    font-size: 1rem;
  }
  .enquire-section .f-22 p:last-child {
    margin-bottom: 0;
  }
  .enquire-section .h3 {
    font-size: 5vw;
    margin-bottom: 0;
  }
}

.ls-07 {
  letter-spacing: 0.07em;
}

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

.logos-section img {
  width: 60%;
  height: 4.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .logos-section img {
    margin-bottom: 4rem;
    height: auto;
    width: auto;
    max-width: 80%;
  }
}
.logos-section .col-md-4:last-child img {
  transform: scale(0.8);
}

.main-site-footer {
  padding: 0rem 0 2rem;
}
@media (max-width: 575px) {
  .main-site-footer {
    padding-bottom: 1.5rem;
  }
}
.main-site-footer .rk-container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .main-site-footer .rk-container {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main-site-footer .rk-container {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 0.75rem 2rem;
  }
  .main-site-footer .rk-container > div:first-child,
  .main-site-footer .rk-container > div:last-child {
    width: 100%;
  }
}
.main-site-footer .rk-container a:hover {
  text-decoration: underline;
}

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: #f8f2ed;
  color: #550624;
  border: none;
  border-bottom: 1px solid #550624;
  border-radius: 0;
  outline: none !important;
  padding: 0.5em 0;
  text-transform: uppercase;
  min-height: 4rem;
}
@media (max-width: 575px) {
  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.5 !important;
    min-height: 3rem !important;
  }
}
body ::-moz-placeholder {
  color: #550624;
  opacity: 1;
}
body ::placeholder {
  color: #550624;
  opacity: 1;
}
body .gfield--input-type-html {
  font-size: 0.75rem;
  padding: 2rem 0;
  padding-right: 12rem;
}
@media (max-width: 575px) {
  body .gfield--input-type-html {
    padding-top: 1rem;
    padding-right: 0;
    font-size: 0.667rem;
  }
}
body .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../img/down.svg);
  background-size: 14px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 1rem;
}
body .gform_footer {
  position: relative;
}
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 {
  font-family: "work-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #550624;
  border-radius: 0;
  padding: 0.35em 0.75em 0.45rem;
  letter-spacing: 0;
  background-color: #f8f2ed;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  line-height: 1;
  color: #550624;
  font-size: 1.125rem;
  position: absolute;
  top: -4rem;
  right: 0;
  outline: none !important;
}
@media (max-width: 575px) {
  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 {
    position: static;
    width: 100%;
    line-height: 1.5 !important;
    min-height: 3rem !important;
    font-size: 1rem;
  }
}
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: #550624;
  color: #f8f2ed;
}
@media (max-width: 575px) {
  body .gform_wrapper.gravity-theme .gform_footer,
  body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
  }
}

.simple-content h1,
.simple-content .h1,
.simple-content h2,
.simple-content .h2,
.simple-content h3,
.simple-content .h3,
.simple-content h4,
.simple-content .h4,
.simple-content h5,
.simple-content .h5,
.simple-content h6,
.simple-content .h6 {
  font-size: 2rem;
}
@media (max-width: 575px) {
  .simple-content h1,
  .simple-content .h1,
  .simple-content h2,
  .simple-content .h2,
  .simple-content h3,
  .simple-content .h3,
  .simple-content h4,
  .simple-content .h4,
  .simple-content h5,
  .simple-content .h5,
  .simple-content h6,
  .simple-content .h6 {
    font-size: 1.75rem;
  }
}

.mh-body {
  min-height: calc(100vh - 10.5rem);
}

.enquire-btn {
  font-family: "work-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #550624;
  border-radius: 0;
  padding: 0.35em 0.75em 0.45rem;
  letter-spacing: 0;
  background-color: #550624;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  line-height: 1;
  color: #f8f2ed;
  position: fixed;
  top: 1.5rem;
  right: var(--site-padding);
  z-index: 999;
}
@media (max-width: 1199px) {
  .enquire-btn {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .enquire-btn {
    font-size: 1rem;
    top: 1rem;
  }
}
.enquire-btn:hover {
  background-color: #f8f2ed;
  color: #550624;
}

.custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f2ed;
  z-index: 99999;
} /*# sourceMappingURL=old_main.css.map */
