@font-face {
  font-family: Fogtwono5;
  src: url('../fonts/FogtwoNo5.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #192c35;
  font-family: Carrois Gothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.button-for-menu {
  z-index: 1020;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 18px;
  display: flex;
}

.button-for-menu.w--open {
  background-color: #0000;
}

.navbar {
  background-color: #0000;
  align-items: center;
  height: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.section {
  background-color: #192c35;
  min-height: 100vh;
  margin-top: -120px;
  display: flex;
}

.section.secondary.dark {
  background-color: #0e1b21;
}

.icon {
  color: #fff;
  font-size: 40px;
}

.text-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 250px 60px 140px;
  display: flex;
}

.heading-2 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.heading-2.centre {
  text-align: center;
}

.heading-3 {
  color: #fffc;
  margin-top: 0;
  font-family: Fogtwono5, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 140%;
}

.heading-3.centre {
  text-align: center;
  max-width: 800px;
}

.paragraph {
  color: #fff6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

.paragraph.centre {
  text-align: center;
  max-width: 800px;
}

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

.image-wrapper {
  flex: 1;
  position: relative;
}

.image {
  filter: brightness(80%) contrast(118%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: #0e1b21;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 80px;
  display: flex;
}

.section-2.lighter, .section-2.about-director {
  background-color: #0000;
}

.button {
  color: #fffc;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fffc;
  margin-top: 30px;
  padding: 18px 30px;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.section-3 {
  display: flex;
}

.secondary-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 140px 60px;
  display: flex;
}

.secondary-text-block.darker {
  background-color: #0e1b21;
}

.footer {
  background-color: #0e1b21;
  border-top: 1px solid #fff3;
  flex-direction: column;
  padding: 80px 60px;
  display: flex;
}

.div-block {
  margin-top: 80px;
  display: flex;
}

.text-block-2 {
  color: #fff9;
}

.text-block-2.margin {
  margin-right: auto;
}

.div-block-2 {
  background-color: #fff;
  width: 44px;
  height: 1px;
}

.div-block-2.bottom {
  margin-top: 10px;
}

.nav-menu {
  background-color: #192c35;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  inset: 0%;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Fogtwono5, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand {
  z-index: 1000;
  padding-left: 0;
}

.menu {
  z-index: 900;
  background-color: #192c35fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page-links {
  color: #fff;
  text-align: center;
  font-family: Fogtwono5, sans-serif;
  font-size: 38px;
  line-height: 160%;
}

.list-item {
  color: #fffc;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
}

.list-item:hover {
  color: #fff;
}

.contact-link {
  color: #fff9;
  text-align: center;
  margin-bottom: 10px;
  line-height: 160%;
}

.contact {
  margin-top: 30px;
  margin-bottom: 0;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.heading-4 {
  color: #fffc;
  text-align: center;
  flex: 0 auto;
  margin: 0 30px;
  font-family: Fogtwono5, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.heading-4:hover {
  color: #fff;
}

.image-2 {
  opacity: .8;
  height: 30px;
}

.image-2:hover {
  opacity: 1;
}

.div-block-6 {
  margin-left: 30px;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: block;
}

.slide-nav {
  display: none;
}

.image-3 {
  filter: brightness(60%) saturate(150%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-3.ceiling {
  object-position: 50% 0%;
}

.icon-2 {
  margin-bottom: 40px;
  margin-left: 60px;
  font-size: 24px;
}

.icon-3 {
  margin-bottom: 40px;
  margin-right: 60px;
  font-size: 24px;
}

.link {
  color: #fff9;
  text-decoration: none;
}

.link:hover {
  color: #fffc;
}

.slider-2 {
  background-color: #0000;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.slide-nav-2 {
  display: none;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.icon-4, .icon-5 {
  font-size: 24px;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lightbox-link {
  height: 300px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-2 {
  color: #fffc;
  font-size: 38px;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
}

.form-block {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-field {
  color: #fff9;
  background-color: #0000;
  border: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
}

.text-field:focus {
  border-color: #fffc;
}

.text-field::placeholder {
  color: #fff6;
}

.text-field.message {
  height: 200px;
}

.link-4 {
  color: #fff6;
}

.success-message {
  color: #fff6;
  background-color: #0000;
  border: 1px solid #fffc;
}

.menu-button {
  z-index: 1000;
  margin-left: auto;
  padding: 18px;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.slider-3 {
  max-width: 800px;
  height: 400px;
  margin-top: 60px;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-6, .icon-7 {
  font-size: 24px;
}

.slide-nav-3 {
  font-size: 12px;
}

.video, .background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video-2 {
  z-index: 2;
  max-width: 600px;
  height: 400px;
  margin-top: 50px;
}

.image-6 {
  object-fit: contain;
  height: 44px;
}

.list {
  color: #fff6;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 160%;
}

.list-item-2 {
  margin-bottom: 10px;
}

.link-5 {
  color: #fff9;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 14px;
  }

  .navbar {
    height: 90px;
    padding-left: 30px;
    padding-right: 12px;
  }

  .section {
    flex-direction: column-reverse;
    min-height: auto;
    margin-top: -90px;
  }

  .section.secondary {
    flex-direction: column;
    padding-top: 90px;
  }

  .text-block {
    width: auto;
    padding: 80px 30px;
  }

  .heading-2 {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .image-wrapper {
    flex: 0 auto;
    height: 400px;
  }

  .image-wrapper.hero {
    height: 500px;
  }

  .section-2 {
    padding: 80px 30px;
  }

  .section-2.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    padding: 12px 20px;
    font-size: 12px;
  }

  .section-3 {
    flex-direction: column-reverse;
  }

  .section-3.secondary {
    flex-direction: column;
  }

  .secondary-text-block {
    width: auto;
    padding: 80px 30px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-2.margin {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-2 {
    width: 30px;
  }

  .div-block-2.bottom {
    margin-top: 10px;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .menu {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 120px 30px 30px;
    display: block;
  }

  .list-item {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 160%;
  }

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

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-5 {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .bold-text {
    font-size: 14px;
  }

  .icon-2 {
    margin-left: 30px;
    font-size: 20px;
  }

  .icon-3 {
    margin-right: 30px;
    font-size: 20px;
  }

  .link {
    color: #fff9;
    text-decoration: none;
  }

  .link:hover {
    color: #fffc;
  }

  .icon-4, .icon-5 {
    font-size: 20px;
  }

  .padding-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-8 {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link {
    height: 240px;
  }

  .link-2 {
    color: #fffc;
    font-size: 26px;
    text-decoration: none;
  }

  .link-2:hover {
    color: #fff;
  }

  .link-2.w--current {
    text-decoration: none;
  }

  .link-3 {
    color: #a89090cc;
  }

  .image-6 {
    height: 30px;
  }

  .list {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 20px;
    padding-right: 2px;
  }

  .text-block {
    padding: 60px 20px;
  }

  .image-wrapper {
    height: 300px;
  }

  .image-wrapper.hero {
    height: 400px;
  }

  .section-2, .secondary-text-block, .footer {
    padding: 60px 20px;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .list-item {
    line-height: 150%;
  }

  .contact-link:hover {
    color: #fff9;
  }

  .icon-2 {
    margin-left: 20px;
  }

  .icon-3 {
    margin-right: 20px;
  }

  .link {
    text-decoration: none;
  }

  .div-block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-4 {
    margin-right: 10px;
  }

  .icon-5 {
    margin-left: 10px;
  }

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

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .lightbox-link {
    height: 300px;
  }

  .link-2 {
    font-size: 22px;
  }

  .slider-3 {
    height: 300px;
  }

  .icon-6, .icon-7 {
    font-size: 20px;
  }

  .background-video-2 {
    height: 300px;
  }
}

#Message.w-node-_363477d3-7512-7b7d-4ebc-d767e5f27988-b5ea039b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1697b53-357e-135b-c8f1-8f16cec95f51-b5ea039b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}


@font-face {
  font-family: 'Fogtwono5';
  src: url('../fonts/FogtwoNo5.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}