@charset "UTF-8";
:root {
  --nl-white: #fff; /* White */
  --nl-white1: #fffffffc; /* Almost opaque White */
  --nl-white2: #fffffffa; /* More opaque White */
  --nl-white3: #ffffffe8; /* Translucent White with slight opacity */
  --nl-white4: #f7f9f5; /* Light Off-White */
  --nl-gold: #dbb877; /* Soft Gold */
  --nl-green: #143630;
  --nl-gray: #9fa398; /* Neutral Gray */
  --nl-gray2: #2d3d458a; /* Translucent Gray */
  --nl-gray3: #2d3d45; /* Solid Gray */
  --nl-gray4: #2f2f2f; /* Deep Charcoal */
  --nl-gray5: #2f2f2f14; /* Deep Charcoal With Transparency*/
  --nl-black: #000; /* Solid Black */
}

@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("../font/Josefin_Sans/JosefinSans-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../font/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "naturelookicons";
  src: url("../font/naturelook/naturelook.eot?34631406");
  src: url("../font/naturelook/naturelook.eot?34631406#iefix") format("embedded-opentype"), url("../font/naturelook/naturelook.woff2?34631406") format("woff2"), url("../font/naturelook/naturelook.woff?34631406") format("woff"), url("../font/naturelook/naturelook.ttf?34631406") format("truetype"), url("../font/naturelook/naturelook.svg?34631406#naturelook") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'naturelook';
    src: url('../font/naturelook.svg?41705369#naturelook') format('svg');
  }
}
*/
[class^=nl-icon-]:before, [class*=" nl-icon-"]:before {
  font-family: "naturelookicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.nl-icon-arrow-next:before {
  content: "\e800";
} /* 'î €' */
.nl-icon-arrow-down:before {
  content: "\e801";
} /* 'î ' */
.nl-icon-arrow-back:before {
  content: "\e802";
} /* 'î ‚' */
.nl-icon-clock:before {
  content: "\e804";
} /* 'î „' */
.nl-icon-email:before {
  content: "\e806";
} /* 'î †' */
.nl-icon-fb:before {
  content: "\e807";
} /* 'î ‡' */
.nl-icon-radio-noactive:before {
  content: "\e808";
} /* 'î ˆ' */
.nl-icon-remove:before {
  content: "\e809";
} /* 'î ‰' */
.nl-icon-minus:before {
  content: "\e80a";
} /* 'î Š' */
.nl-icon-package:before {
  content: "\e80b";
} /* 'î ‹' */
.nl-icon-phone:before {
  content: "\e80c";
} /* 'î Œ' */
.nl-icon-arrow-up:before {
  content: "\e80d";
} /* 'î ' */
.nl-icon-star:before {
  content: "\e80e";
} /* 'î Ž' */
.nl-icon-search:before {
  content: "\e80f";
} /* 'î ' */
.nl-icon-star-2:before {
  content: "\e810";
} /* 'î ' */
.nl-icon-pin:before {
  content: "\e812";
} /* 'î ’' */
.nl-icon-insta:before {
  content: "\e813";
} /* 'î “' */
.nl-icon-radio-active:before {
  content: "\e814";
} /* 'î ”' */
.nl-icon-twitter:before {
  content: "\e815";
} /* 'î •' */
.nl-icon-certificate:before {
  content: "\e816";
} /* 'î –' */
.nl-icon-cart:before {
  content: "\e817";
} /* 'î —' */
.nl-icon-user:before {
  content: "\e818";
} /* 'î ˜' */
.nl-icon-google:before {
  content: "\e819";
} /* 'î ˜' */
.nl-icon-wellness:before {
  content: "\e803";
} /* 'î ˜' */
header {
  background-color: #fff;
}

.header {
  padding: 20px 0;
  letter-spacing: 0.67px;
}
.header .wp-block-site-logo {
  padding-right: 30px;
}
.header [class^=nl-icon-] {
  color: #dbb877;
  font-size: 26px;
  line-height: 26px;
}
.header a {
  color: #2f2f2f;
  text-decoration: none;
}
.header .primary-nav-left {
  flex-shrink: 1;
  padding-right: 15px;
}
.header .primary-nav-left > a {
  max-width: 100%;
  display: inline-block;
}
.header .primary-nav-left > a > img {
  height: auto;
  width: 100%;
}
.header .secondary-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbb877;
}
.header .secondary-nav a {
  white-space: nowrap;
}
.header .secondary-nav a:hover {
  opacity: 0.8;
}
@media (min-width: 1100px) {
  .header .secondary-nav .secondary-nav-element:nth-child(2),
  .header .secondary-nav .secondary-nav-element:nth-child(3) {
    border-right: 1px solid #dbb877;
    padding-right: 20px;
  }
}
.header .primary-nav {
  padding: 40px 0 20px;
}
.header .primary-nav .current-menu-item:first-of-type a,
.header .primary-nav a:hover {
  color: #dbb877;
  text-decoration: underline;
}
.header .primary-nav nav {
  width: 100%;
  max-width: 620px;
  margin-left: auto !important;
}
.header .primary-nav nav a {
  margin-right: 10px;
}
.header .primary-nav .primary-nav-right {
  justify-self: flex-end;
  flex-shrink: 1;
  max-width: 100%;
}

@media (max-width: 820px) {
  header .wp-block-navigation__responsive-container-open {
    background-image: url("/wp-content/themes/nlook/assets/media/menu.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--nl-gold);
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  header .wp-block-navigation__responsive-container-open:hover {
    background-color: rgba(219, 184, 119, 0.1);
    border-color: #dbb877;
  }
  header .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  .wp-block-navigation__responsive-container {
    display: none !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    width: 300px;
    min-width: 75%;
    max-width: 100%;
    margin-left: auto;
    padding: 0 15px !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: unset !important;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
    max-height: unset;
    padding: 20px !important;
    height: 100% !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container.items-justified-space-between {
    justify-content: flex-start;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item {
    width: 100%;
    text-align: left;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item a.wp-block-navigation-item__content {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #2f2f2f;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item a.wp-block-navigation-item__content:hover {
    color: #dbb877;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item a.wp-block-navigation-item__content .wp-block-navigation-item__label {
    display: inline-block;
    padding-left: 10px;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item.current-menu-item a {
    color: #dbb877;
    font-weight: bold;
    text-decoration: underline;
  }
  img.custom-logo {
    max-width: 220px;
  }
  .header .secondary-nav {
    display: none;
  }
  .header .secondary-nav .col {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .header .primary-nav nav {
    justify-content: flex-end;
  }
  .header .primary-nav .primary-nav-left {
    width: 75%;
  }
  .header .primary-nav .primary-nav-right {
    width: 25%;
    margin-left: auto;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .header .secondary-nav .col {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .secondary-nav-element:nth-child(2) a,
  .secondary-nav-element:nth-child(4) {
    justify-content: flex-end;
  }
}
@media (min-width: 820px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
.dt {
  font-weight: 700;
}

p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: rgba(47, 47, 47, 0.7);
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", sans-serif;
  color: #2D3D45;
}

h1 {
  font-size: calc(31.07px + 0.73vw);
}

h2 {
  font-size: calc(24.93px + 0.27vw);
}

h3 {
  font-size: calc(17.466px + 0.26vw);
}

h4 {
  font-size: calc(15.466px + 0.13vw);
}

h5 {
  font-size: calc(13.466px + 0.13vw);
}

.page-404-container {
  background-color: var(--nl-white4);
  overflow: hidden;
}

#message-404 {
  padding: 40px 10px;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
#message-404::after {
  display: block;
  position: absolute;
  font-family: "naturelookicons";
  content: "\e803";
  color: rgba(45, 61, 69, 0.04);
  right: 0;
  font-size: 30vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#message-404 img {
  margin-bottom: 55px;
  width: 200px;
  height: auto;
}
#message-404 h1 {
  color: #DBB877;
  font-size: 88px;
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 686px;
}
#message-404 h1 span {
  display: block;
  font-size: 37px;
  color: #2D3D45;
  margin-top: 10px;
}
#message-404 p {
  letter-spacing: 1.33px;
  color: #2f2f2f;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 50px;
  max-width: 686px;
}

body {
  background-color: var(--nl-white4);
}

.hp-header {
  background-color: #e3dcd6;
  padding: 120px 0;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 981px) {
  .hp-header:before {
    content: "";
    width: 18vw;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../media/bg-logo2.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
    z-index: 1;
    opacity: 1;
  }
}
.hp-header h1 {
  font-size: clamp(24px, 4vw, 46px);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.hp-header p {
  color: rgba(45, 61, 69, 0.7);
  margin-bottom: 40px;
}
.hp-header .buttons-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.hp-header img {
  max-width: 100%;
  z-index: 2;
}

@media (max-width: 750px) {
  .hp-header {
    padding-top: 50px;
    text-align: center;
  }
  .hp-header .header-img-tablet,
  .hp-header .header-img-desktop {
    display: none;
  }
  .hp-header .header-img-mobile {
    margin: 0 auto 30px;
  }
  .hp-header .buttons-wrapper {
    justify-content: center;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .hp-header {
    padding-top: 50px;
    text-align: center;
  }
  .hp-header .col-md-6 {
    width: 100% !important;
  }
  .hp-header .header-img-tablet {
    margin: 20px auto 50px;
  }
  .hp-header .header-img-desktop,
  .hp-header .header-img-mobile {
    display: none;
  }
  .hp-header .buttons-wrapper {
    justify-content: center;
  }
}
@media (min-width: 900px) {
  .hp-header .header-img-mobile,
  .hp-header .header-img-tablet {
    display: none;
  }
}
@media (max-width: 1099px) {
  .hp-header .hp-header-images-col {
    display: none;
  }
  .hp-header .hp-header-images-primary {
    text-align: center;
    margin-top: 40px;
  }
}
@media (min-width: 1100px) {
  .hp-header .hp-header-images-wrapper {
    display: grid;
    align-items: center;
    justify-content: end;
    gap: 10px;
    grid-template-columns: minmax(250px, 67%) minmax(150px, 33%);
  }
  .hp-header .hp-header-images-wrapper .hp-header-images-primary {
    padding: 0;
  }
  .hp-header .hp-header-images-wrapper .hp-header-images-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
  }
}
h2.section-title {
  font-weight: bold;
  font-size: clamp(32px, 3.2vw, 46px);
  color: #2d3d45;
  padding-bottom: 10px !important;
}

.section-title-decoration {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--nl-gold);
  margin-bottom: 10px;
  width: 336px;
  padding-top: 32px;
}
.section-title-decoration:after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  top: 20px;
  width: 160px;
  background-color: var(--nl-gold);
}

@media (max-width: 500px) {
  .section-title-decoration {
    width: 180px;
  }
  .section-title-decoration:after {
    width: 120px;
  }
}
h3 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: normal;
}

.text-muted {
  color: var(--nl-gold) !important;
  text-transform: uppercase;
}

@media (min-width: 750px) and (max-width: 991px) {
  .img-container {
    display: none;
  }
  .section-team img {
    max-width: 220px;
    display: inline-block;
  }
  .img-container-tablet {
    display: block !important;
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
.section-booking {
  background-image: url("/wp-content/uploads/2025/05/booksy-bg2.png");
  background-color: var(--nl-green);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 247px;
  border-top: 2px solid var(--nl-gold);
}
.section-booking h2 {
  color: #fff;
  margin-bottom: 0 !important;
  font-size: clamp(28px, 3vw, 38px);
}
.section-booking a.button-secondary {
  min-width: 182px;
  padding: 16px 18px;
}
.section-booking img.booksy {
  padding-top: 5px;
  max-width: clamp(100px, 10vw, 190px);
}
.section-booking .container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.section-booking .breaker {
  height: 0;
}
@media (max-width: 781px) {
  .section-booking .container {
    justify-content: center;
    gap: 10px;
    row-gap: 20px;
  }
}
@media (max-width: 480px) {
  .section-booking .logo {
    flex-basis: 100%;
  }
  .section-booking .logo img {
    display: block;
    margin: auto;
  }
  .section-booking .container {
    justify-content: center;
    gap: 10px;
    row-gap: 20px;
  }
  .section-booking .container .breaker {
    flex-basis: 100%;
  }
}

.section-pricing {
  position: relative;
  background: linear-gradient(180deg, transparent 45%, #fff 45%);
}
.section-pricing:before {
  content: "";
  width: 18vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: -7vw;
  background-image: url("../media/bg-logo.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
  opacity: 0.7;
}
@media (max-width: 761px) {
  .section-pricing:before {
    width: 120px;
    opacity: 0.5;
  }
}
.section-pricing .pricing-grid {
  display: grid;
  grid-template-columns: 1fr; /* fallback */
  gap: 0 2rem; /* only horizontal gap */
}
@media (min-width: 768px) {
  .section-pricing .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.section-pricing h3 {
  color: var(--nl-gold);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 1.5em;
}
.section-pricing img {
  object-fit: cover;
  object-position: left center;
}
.section-pricing .pricing-item {
  background-color: var(--nl-white1);
  border: 1px solid var(--nl-gold);
  padding: 2.5rem 2rem;
}
.section-pricing .pricing-item ul {
  padding: 0;
  margin: 0;
}
.section-pricing .pricing-item ul li {
  position: relative;
  padding: 0.45rem 0;
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.section-pricing .pricing-item ul li span.label {
  display: inline-block;
  max-width: 75%;
  white-space: normal;
  font-weight: 400;
  position: relative;
  background-color: #fdfdfd;
  z-index: 1;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #2f2f2f;
}
.section-pricing .pricing-item ul li span.price {
  position: relative;
  z-index: 1;
  background-color: #fdfdfd;
  padding-left: 10px;
  font-weight: 600;
}
.section-pricing .pricing-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 1px;
  background-image: radial-gradient(circle, var(--nl-gray) 1px, transparent 0.5px);
  background-repeat: repeat-x;
  background-size: 5px 1px;
  z-index: 0;
  opacity: 0.5;
}
.section-pricing .badge {
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.55rem 0.6rem 0.4rem;
  border-radius: 0.25rem;
  margin-left: 5px;
  vertical-align: bottom;
  margin-top: 10px;
  background-color: var(--nl-gold) !important;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 720px) {
  .section-pricing .pricing-item ul > li span.label {
    text-transform: none;
  }
}
@media (max-width: 480px) {
  .section-pricing .pricing-item {
    padding: 1.5rem 1rem;
  }
  .section-pricing .pricing-item h3 {
    padding-top: 1rem;
    font-size: 1.25rem;
  }
  .section-pricing .pricing-item ul > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 1rem 0;
  }
  .section-pricing .pricing-item ul > li span.label {
    display: block;
    text-transform: none;
    max-width: 100%;
    font-size: 0.95rem;
  }
  .section-pricing .pricing-item ul > li span.price {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.2rem;
    color: var(--nl-gold);
    padding-left: 0;
  }
  .section-pricing .pricing-item ul > li::before {
    top: auto;
    bottom: 0;
  }
}
.section-testimonials {
  background-color: var(--nl-white4);
  position: relative;
}
.section-testimonials:before {
  content: "";
  width: 14vw;
  max-width: 250px;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 5%;
  background-image: url("../media/bg-testimonial.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  opacity: 0.7;
}
@media (max-width: 761px) {
  .section-testimonials:before {
    width: 120px;
    opacity: 0.5;
  }
}
.section-testimonials p {
  max-width: 916px;
}
.section-testimonials .testimonial {
  border: 1px solid var(--nl-gold);
  border-radius: 15px;
  background-color: #fff;
  padding: 50px 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-testimonials .testimonial .avatar {
  background-color: rgba(219, 184, 119, 0.13);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  font-family: "playfair display", serif;
  color: var(--nl-gold);
  font-size: 24px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.section-testimonials .testimonial h6 {
  font-size: 23px;
  font-weight: 600;
}
.section-testimonials .testimonial img {
  max-width: 140px;
  margin-bottom: 15px;
}
.section-testimonials .testimonial p {
  text-align: center;
  color: var(--nl-gray4);
  line-height: 1.7em;
  letter-spacing: 0.4px;
}

.section-contact .container > p {
  max-width: 480px;
}
.section-contact .contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section-contact .contact-boxes > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--nl-gold);
  padding: 2rem 0;
}
.section-contact .contact-boxes > *:first-child {
  padding-top: 0;
}
.section-contact .contact-boxes > * > p {
  margin-bottom: 0;
  color: var(--nl-gray4);
  font-family: "Playfair Display";
  font-size: calc(17.466px + 0.26vw);
  font-weight: normal !important;
}
.section-contact .contact-boxes > * a {
  font-size: calc(15.466px + 0.13vw);
  color: var(--nl-gray4);
  font-family: "Josefin Sans", sans-serif;
}
.section-contact .map-wrapper {
  border: 1px solid var(--nl-gold);
}
.section-contact .map-wrapper iframe {
  filter: grayscale(100%);
}

footer {
  background-color: var(--nl-green);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
footer .footer-content {
  padding-bottom: 20px;
}
footer .footer-content > div {
  padding-bottom: 50px;
}
footer .secondary-logo {
  padding-bottom: 30px;
}
footer h3 {
  color: #dbb877;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 400;
  padding-bottom: 45px;
}
@media (min-width: 1200px) {
  footer h3 {
    font-size: 1.35rem;
  }
}
footer a {
  color: #fff;
}
footer .footer-description {
  letter-spacing: 0.67px;
  color: rgba(255, 255, 255, 0.54);
  padding-bottom: 45px;
  max-width: 720px;
}
footer .footer-decoration-line {
  height: 1px;
  background-color: #dbb877;
  max-width: 350px;
}
footer .footer-details-wrapper {
  padding-top: 40px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.5em;
  font-family: "Josefin Sans";
}
footer .footer-details-wrapper a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-details-wrapper > * {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
footer .footer-details-wrapper i {
  margin-right: 0.5em;
}
footer .footer-details-wrapper i::before {
  background-color: #fff;
  color: #dbb877;
  border-radius: 50%;
  font-size: 26px;
  width: 1.4em;
  height: 1.4em;
  padding: 0.2em;
}
footer .footer-socials i {
  margin: 0 3px;
}
footer .footer-socials i::before {
  border: 1px solid #dbb877;
  color: #dbb877;
  border-radius: 50%;
  font-size: 18px;
  width: 2em;
  height: 2em;
  padding: 0.45em;
}
footer .wp-block-navigation__container {
  flex-direction: column;
  align-content: flex-start;
  text-align: left;
  align-items: self-start;
  letter-spacing: 0.76px;
  opacity: 0.7;
  gap: 15px;
}
footer .wp-block-navigation__container a:hover span {
  color: #dbb877;
}
footer .footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 37px;
  letter-spacing: 0.67px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
}
footer .nl-call-text {
  margin-right: 5px;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .footer-decoration-line {
    margin: auto;
  }
  footer .wp-block-navigation__container {
    align-content: center;
    align-items: center;
  }
  footer .footer-socials {
    margin: auto;
    padding-top: 10px;
  }
  footer .footer-details-wrapper > * {
    justify-content: center;
  }
}
.footer-menu {
  list-style-type: none;
  padding-left: 0;
}
.footer-menu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.footer-menu a:hover {
  color: var(--nl-gold);
}
.footer-menu li {
  margin-bottom: 10px;
}

.gform_wrapper.gform-theme .gform_description {
  padding: 0;
}
.gform_wrapper.gform-theme .gform_fields {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
@media (max-width: 980px) {
  .gform_wrapper.gform-theme .gform_fields {
    grid-row-gap: 5px;
  }
}
.gform_wrapper.gform-theme .gfield {
  grid-column: 1/-1;
  min-inline-size: 0;
}
.gform_wrapper.gform-theme .gfield_contains_required legend.gform-field-label,
.gform_wrapper.gform-theme .gfield--input-type-name .gform-field-label,
.gform_wrapper.gform-theme .gfield--type-email .gform-field-label {
  display: none;
}
.gform_wrapper.gform-theme .gfield--width-full {
  grid-column: span 12;
}
@media (min-width: 640px) {
  .gform_wrapper.gform-theme .gform_fields {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .gform_wrapper.gform-theme .gfield--width-half {
    grid-column: span 6;
  }
  .gform_wrapper.gform-theme .gfield--width-full {
    grid-column: span 12;
  }
  .gform_wrapper.gform-theme .gfield--width-eleven-twelfths {
    grid-column: span 11;
  }
  .gform_wrapper.gform-theme .gfield--width-five-sixths {
    grid-column: span 10;
  }
  .gform_wrapper.gform-theme .gfield--width-three-quarter {
    grid-column: span 9;
  }
  .gform_wrapper.gform-theme .gfield--width-two-thirds {
    grid-column: span 8;
  }
  .gform_wrapper.gform-theme .gfield--width-seven-twelfths {
    grid-column: span 7;
  }
  .gform_wrapper.gform-theme .gfield--width-half {
    grid-column: span 6;
  }
  .gform_wrapper.gform-theme .gfield--width-five-twelfths {
    grid-column: span 5;
  }
  .gform_wrapper.gform-theme .gfield--width-third {
    grid-column: span 4;
  }
  .gform_wrapper.gform-theme .gfield--width-quarter {
    grid-column: span 3;
  }
}
.gform_wrapper.gform-theme .gfield textarea, .gform_wrapper.gform-theme .gfield input, .gform_wrapper.gform-theme .ginput_complex input, .gform_wrapper.gform-theme .ginput_complex select {
  inline-size: 100%;
}
.gform_wrapper.gform-theme .gfield textarea.small {
  min-block-size: 6rem;
}
.gform_wrapper.gform-theme .gfield textarea.medium {
  min-block-size: 12rem;
}
.gform_wrapper.gform-theme .gfield textarea.large {
  min-block-size: 18rem;
}
.gform_wrapper.gform-theme .gfield .ginput_password, .gform_wrapper.gform-theme .gfield input, .gform_wrapper.gform-theme .gfield select {
  max-inline-size: 100%;
}
.gform_wrapper.gform-theme .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gform-theme .charleft {
  display: none;
}
.gform_wrapper.gform-theme input[type=text], .gform_wrapper.gform-theme input[type=email], .gform_wrapper.gform-theme input[type=tel], .gform_wrapper.gform-theme textarea {
  border-radius: 2px;
  border: 1px solid var(--nl-gray5);
  min-height: 48px !important;
  padding: 12px 16px !important;
  background-color: var(--nl-white);
  font-size: 16px;
  font-style: normal;
  color: #030304;
}
.gform_wrapper.gform-theme input[type=text]::placeholder, .gform_wrapper.gform-theme input[type=email]::placeholder, .gform_wrapper.gform-theme input[type=tel]::placeholder, .gform_wrapper.gform-theme textarea::placeholder {
  opacity: 1;
  font-weight: 300;
}
.gform_wrapper.gform-theme input[type=text]:focus, .gform_wrapper.gform-theme input[type=text]:focus-visible, .gform_wrapper.gform-theme input[type=email]:focus, .gform_wrapper.gform-theme input[type=email]:focus-visible, .gform_wrapper.gform-theme input[type=tel]:focus, .gform_wrapper.gform-theme input[type=tel]:focus-visible, .gform_wrapper.gform-theme textarea:focus, .gform_wrapper.gform-theme textarea:focus-visible {
  box-shadow: none;
  outline: none;
}
@media (min-width: 1200px) {
  .gform_wrapper.gform-theme input[type=text], .gform_wrapper.gform-theme input[type=email], .gform_wrapper.gform-theme input[type=tel], .gform_wrapper.gform-theme textarea {
    min-height: 54px;
  }
}
.gform_wrapper.gform-theme .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gform_wrapper.gform-theme input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #dce0e2;
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 20px !important;
  width: 20px !important;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background 0.15s, box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s;
}
.gform_wrapper.gform-theme input[type=checkbox]:before {
  margin: 0 !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  float: none;
  text-align: center;
  padding-left: 0;
  display: block;
}
.gform_wrapper.gform-theme input[type=checkbox]:hover {
  box-shadow: inset 0 0 0 2px var(--nl-gold);
  outline: none !important;
}
.gform_wrapper.gform-theme input[type=checkbox]:checked {
  background-color: var(--nl-gold);
  box-shadow: none;
}
.gform_wrapper.gform-theme input[type=checkbox]:checked:before {
  content: url("../media/check.svg");
}
.gform_wrapper.gform-theme input[type=checkbox][disabled] {
  background-color: var(--nl-gray);
  box-shadow: none;
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}
.gform_wrapper.gform-theme .gfield--type-consent {
  margin: 30px auto 20px auto;
  font-size: 12px;
  font-weight: normal;
  inline-size: 100%;
}
.gform_wrapper.gform-theme .gfield--type-consent .gfield_checkbox > .gchoice {
  display: inline-grid;
  gap: 16px 0;
  grid-template-columns: minmax(20px, max-content) auto;
}
.gform_wrapper.gform-theme .gfield--type-consent a {
  color: var(--nl-gold);
}
.gform_wrapper.gform-theme .gfield_consent_label {
  color: #030304;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.gform_wrapper.gform-theme .gfield_consent_label .gfield_required {
  margin-left: 3px;
}
.gform_wrapper.gform-theme .gform-field-label > .gfield_required {
  color: var(--pka-black);
}
.gform_wrapper.gform-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gform-theme input[type=submit] {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Playfair Display", serif;
  background-color: transparent;
  border: 1px solid var(--nl-gold);
  text-decoration: none;
  padding: 20px 22px;
  letter-spacing: 0.67px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 22px;
  font-size: 12px;
  cursor: pointer;
  position: relative !important;
  box-shadow: none !important;
  display: inline-block;
  border-radius: 0px !important;
}
.gform_wrapper.gform-theme input[type=submit]:focus {
  border: none !important;
  border-bottom: 1px solid var(--nl-black) !important;
}
.gform_wrapper.gform-theme div.gform_validation_errors {
  margin: 0;
}
.gform_wrapper.gform-theme div.gform_validation_errors, .gform_wrapper.gform-theme div.validation_message {
  border: solid 1px #e00;
  background: #e00;
  box-shadow: none;
  text-align: left;
  padding: 20px;
  border-radius: 2px;
  color: var(--nl-white) !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 0 40px;
  padding-block: 20px;
  padding-inline: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  font-style: normal;
}
.gform_wrapper.gform-theme div.gform_validation_errors:focus, .gform_wrapper.gform-theme div.gform_validation_errors:focus-visible, .gform_wrapper.gform-theme div.validation_message:focus, .gform_wrapper.gform-theme div.validation_message:focus-visible {
  box-shadow: none;
  outline: none;
}
.gform_wrapper.gform-theme div.gform_validation_errors ol, .gform_wrapper.gform-theme div.validation_message ol {
  list-style-type: circle;
  font-size: 12px;
  line-height: 1.7em;
}
.gform_wrapper.gform-theme div.gform_validation_errors ol:last-of-type, .gform_wrapper.gform-theme div.validation_message ol:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper.gform-theme div.gform_validation_errors li, .gform_wrapper.gform-theme div.gform_validation_errors a, .gform_wrapper.gform-theme div.gform_validation_errors h2, .gform_wrapper.gform-theme div.validation_message li, .gform_wrapper.gform-theme div.validation_message a, .gform_wrapper.gform-theme div.validation_message h2 {
  color: var(--nl-white) !important;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
}
.gform_wrapper.gform-theme div.gform_validation_errors.gfield_description, .gform_wrapper.gform-theme div.validation_message.gfield_description {
  padding-top: 10px;
}
.gform_wrapper.gform-theme div.gfield_validation_message {
  margin-top: 10px;
  margin-right: 6px;
  padding-block: 15px;
}
.gform_wrapper.gform-theme h2.gform_submission_error {
  font-size: 14px !important;
}
.gform_wrapper.gform-theme .gform_confirmation_message {
  margin-top: 45px;
  color: var(--nl-black);
  text-align: center;
  font-size: calc(15.466px + 0.13vw);
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1438px;
  }
}
.container-xxl {
  width: 90%;
}

.container-description {
  max-width: 850px;
}

.container {
  font-family: "Josefin Sans", sans-serif;
}

.col-3 {
  width: 25%;
}

a.button-primary {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Playfair Display", serif;
  background-color: #2d3d45;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 20px 22px;
  letter-spacing: 0.67px;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}

a.button-secondary {
  text-align: center;
  color: #2d3d45;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Playfair Display", serif;
  background-color: #fff;
  text-decoration: none;
  padding: 20px 22px;
  letter-spacing: 0.67px;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #DBB877;
  display: inline-block;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.g-5 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.g-5 > [class^=col] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.g-6 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.g-6 > [class^=col] {
  padding-left: 3rem;
  padding-right: 3rem;
}

html, body {
  width: auto;
  overflow-x: hidden;
}

/*# sourceMappingURL=app.css.map */
