@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: "flecha-l";
  font-weight: 300;
  src: url("../fonts/flecha-l/FlechaL-Light.woff") format("woff"), url("../fonts/flecha-l/FlechaL-Light.woff2") format("woff2");
}
@font-face {
  font-family: "flecha-l";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/flecha-l/FlechaL-LightItalic.woff") format("woff"), url("../fonts/flecha-l/FlechaL-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "flecha-s";
  font-weight: 300;
  src: url("../fonts/flecha-s/FlechaS-Light.woff") format("woff"), url("../fonts/flecha-s/FlechaS-Light.woff2") format("woff2");
}
@font-face {
  font-family: "rework-display";
  font-weight: 700;
  src: url("../fonts/rework-display/ReworkDisplay-Semibold.woff") format("woff"), url("../fonts/rework-display/ReworkDisplay-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "rework-micro";
  font-weight: 700;
  src: url("../fonts/rework-display/ReworkMicro-Semibold.woff") format("woff"), url("../fonts/rework-display/ReworkMicro-Semibold.woff2") format("woff2");
}
.c-navy {
  color: #1F2034;
}

.c-blue {
  color: #55949F;
}

.c-black {
  color: #000000;
}

.c-white {
  color: #FFFFFF;
}

.bg-navy {
  background-color: #1F2034;
}

.bg-blue {
  background-color: #55949F;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

body {
  font-family: "flecha-s", serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #1F2034;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

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: "flecha-l", serif;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
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: 66px;
  font-size: 4.125rem;
  font-style: italic;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-style: italic;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

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

h4, .h4 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "flecha-s", serif;
  font-style: normal;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.667rem;
  }
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
}

h6, .h6 {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "rework-micro", sans-serif;
  font-style: normal;
}

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

.f-h {
  font-family: "flecha-l", serif;
}

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

.f-o {
  font-family: "rework-micro", sans-serif;
}

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

.f-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.f-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

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

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

.f-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

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

.button, input[type=submit] {
  font-family: "rework-micro", sans-serif;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #1F2034;
  color: #1F2034;
  padding: 0.9em 1.75em;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.625rem;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.button:hover, input[type=submit]:hover {
  background-color: #1F2034;
  color: #FFFFFF;
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 1.5rem, 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: #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-fh {
  padding-top: 0;
  height: 67vw;
  max-height: 100vh;
}
.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.05);
  opacity: 1;
}

.fs-bg__caption,
.img-cont__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 7px;
  opacity: 0.75;
  color: #fff;
  z-index: 2;
  padding: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "rework-micro", sans-serif;
}
@media (max-width: 767px) {
  .fs-bg__caption,
  .img-cont__caption {
    font-size: 8px;
  }
}

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

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

/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
.main-site-container {
  position: relative;
}
.main-site-container .rest-of-page {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 3rem;
}
@media (max-width: 575px) {
  .main-site-container .rest-of-page {
    padding-top: 1rem;
  }
}

.hero-section {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: var(--viewport-height);
  position: sticky;
  top: 0;
}
.hero-section__logo {
  width: 100%;
  display: block;
}
.hero-section__icon {
  width: 2.375rem;
  height: auto;
}

.sticky-nav {
  position: sticky;
  top: 0;
  padding: var(--site-padding) 0;
  z-index: 50;
}
@media (max-width: 767px) {
  .sticky-nav {
    background-color: #fff;
  }
  .sticky-nav .row {
    align-items: center;
  }
}
.sticky-nav .button {
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .sticky-nav .button {
    margin-top: -0.15rem;
    margin-top: 0;
  }
}
.sticky-nav__logo {
  width: 22rem;
  height: auto;
}
@media (max-width: 767px) {
  .sticky-nav__logo {
    width: 100%;
    display: block;
  }
}
.sticky-nav__icon {
  width: 2.4375rem;
  height: auto;
}
@media (max-width: 991px) {
  .sticky-nav__icon {
    width: 2rem;
    display: none;
  }
}
@media (max-width: 767px) {
  .sticky-nav__icon {
    width: 1.75rem;
  }
}
@media (max-width: 575px) {
  .sticky-nav__icon {
    width: 1.5rem;
  }
}
.sticky-nav__icon g {
  opacity: 0.2;
  transition: all 0.3s ease;
}
.sticky-nav__icon g.active {
  opacity: 1;
}

.icon-title {
  font-family: "rework-micro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-right: 1.5rem;
  vertical-align: middle;
  padding-bottom: 0.15rem;
  display: inline-block;
  min-width: 8em;
}
.icon-title img {
  height: 0.5rem;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.25rem;
}

.enquiry-form .gform_wrapper.gravity-theme input[type=color], .enquiry-form .gform_wrapper.gravity-theme input[type=date], .enquiry-form .gform_wrapper.gravity-theme input[type=datetime-local], .enquiry-form .gform_wrapper.gravity-theme input[type=datetime], .enquiry-form .gform_wrapper.gravity-theme input[type=email], .enquiry-form .gform_wrapper.gravity-theme input[type=month], .enquiry-form .gform_wrapper.gravity-theme input[type=number], .enquiry-form .gform_wrapper.gravity-theme input[type=password], .enquiry-form .gform_wrapper.gravity-theme input[type=search], .enquiry-form .gform_wrapper.gravity-theme input[type=tel], .enquiry-form .gform_wrapper.gravity-theme input[type=text], .enquiry-form .gform_wrapper.gravity-theme input[type=time], .enquiry-form .gform_wrapper.gravity-theme input[type=url], .enquiry-form .gform_wrapper.gravity-theme input[type=week], .enquiry-form .gform_wrapper.gravity-theme select, .enquiry-form .gform_wrapper.gravity-theme textarea {
  background-color: #55949F;
  color: #1F2034;
  border: none;
  border-bottom: 1px solid #1F2034;
  font-size: 1rem;
  padding: 0.5em 0;
  border-radius: 0;
  outline: none !important;
  min-height: 3.25rem;
  font-family: "rework-micro", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
@media only screen and (max-width: 641px) {
  .enquiry-form .gform_wrapper.gravity-theme input[type=color], .enquiry-form .gform_wrapper.gravity-theme input[type=date], .enquiry-form .gform_wrapper.gravity-theme input[type=datetime-local], .enquiry-form .gform_wrapper.gravity-theme input[type=datetime], .enquiry-form .gform_wrapper.gravity-theme input[type=email], .enquiry-form .gform_wrapper.gravity-theme input[type=month], .enquiry-form .gform_wrapper.gravity-theme input[type=number], .enquiry-form .gform_wrapper.gravity-theme input[type=password], .enquiry-form .gform_wrapper.gravity-theme input[type=search], .enquiry-form .gform_wrapper.gravity-theme input[type=tel], .enquiry-form .gform_wrapper.gravity-theme input[type=text], .enquiry-form .gform_wrapper.gravity-theme input[type=time], .enquiry-form .gform_wrapper.gravity-theme input[type=url], .enquiry-form .gform_wrapper.gravity-theme input[type=week], .enquiry-form .gform_wrapper.gravity-theme select, .enquiry-form .gform_wrapper.gravity-theme textarea {
    line-height: 1.25 !important;
    min-height: 3rem !important;
  }
}
.enquiry-form ::-moz-placeholder {
  color: #1F2034;
}
.enquiry-form ::placeholder {
  color: #1F2034;
}
.enquiry-form .gform_wrapper.gravity-theme .gform_footer button, .enquiry-form .gform_wrapper.gravity-theme .gform_footer input, .enquiry-form .gform_wrapper.gravity-theme .gform_page_footer button, .enquiry-form .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-top: 2rem;
  background-color: #55949F;
  cursor: pointer;
  text-align: center;
  min-width: 7rem;
}
.enquiry-form .gform_wrapper.gravity-theme .gform_footer button:hover, .enquiry-form .gform_wrapper.gravity-theme .gform_footer input:hover, .enquiry-form .gform_wrapper.gravity-theme .gform_page_footer button:hover, .enquiry-form .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: #1F2034;
  color: #FFFFFF;
}
.enquiry-form .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url(../img/arrow-down.svg);
  background-size: 12px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.main-site-footer {
  position: relative;
  min-height: calc(100vh - 7rem);
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main-site-footer__content-row {
  padding-bottom: 5rem;
}
.main-site-footer__logo {
  width: 100%;
  height: auto;
}
.main-site-footer__logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .main-site-footer__logos {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
  }
}
@media (max-width: 575px) {
  .main-site-footer__logos {
    max-width: 350px;
    gap: 1.5rem;
  }
}
.main-site-footer__logos img {
  width: auto;
  height: auto;
  max-height: 3.75rem;
  max-width: 9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .main-site-footer__logos img {
    max-width: 25%;
    max-height: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .main-site-footer__logos img {
    max-height: 2.5rem;
  }
}
.main-site-footer__credits {
  font-family: "rework-micro", sans-serif;
  text-transform: uppercase;
  font-size: 0.625rem;
}
@media (max-width: 575px) {
  .main-site-footer__credits {
    font-size: 0.5rem;
    text-wrap: nowrap;
  }
}

.anchor-section__title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 13vw;
  color: #55949F;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
}
.anchor-section__title.active {
  opacity: 1;
}

.swiper {
  --swiper-navigation-size: 2rem;
  background-color: #FFFFFF;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #fff;
}
.swiper .swiper-button-prev {
  left: 1rem;
}
.swiper .swiper-button-next {
  right: 1rem;
}
.swiper .swiper-pagination {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .swiper .swiper-pagination {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */