:root {
  --color-secondary: #c0a36c;
  --color-background: #f5f5f4;
  --text-inverse: white;
  --text-primary: #1a1a1a;
  --color-accent: #8e5e3b;
  --color-primary: #2c3e50;
  --color-surface: white;
  --text-secondary: #6b7280;
  --color-border: white;
  --text-link: #2c3e50;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h1 {
  word-break: break-all;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }

  .hero-bg-img-3 {
    height: 600px;

  }

  .section--fullscreen {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-logo-left {
  background-color: var(--color-secondary);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  background-color: var(--color-background);
  border-radius: 20px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper {
  background-color: var(--color-secondary);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--text-inverse);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  background-color: var(--color-accent);
  color: var(--text-primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: var(--color-secondary);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--text-inverse);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--text-inverse);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: var(--color-accent);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--text-inverse);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.body {
  flex-flow: column;
  display: flex;
}

.main {
  text-align: center;
  flex-grow: 1;
  width: 100%;
  max-width: none;
}

.hero-heading-center {
  background-color: var(--color-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: var(--color-primary);
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.gallery-slider {
  background-color: var(--color-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-background);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  border-radius: 0;
  width: 100%;
}

.gallery-slide-text {
  background-color: var(--color-surface);
  color: var(--color-accent);
  border-radius: 5px;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible,
.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible,
.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.pricing-items {
  background-color: var(--color-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-two {
  background-color: var(--color-surface);
  flex-flow: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: var(--color-accent);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  max-width: none;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  color: var(--color-secondary);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  color: var(--text-primary);
  margin-bottom: 8px;
}

.hero-without-image {
  background-color: var(--color-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-large {
  background-color: var(--color-secondary);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--color-surface);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--color-primary);
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 16px;
  overflow: hidden;
}

.testimonial-author-name {
  color: var(--color-accent);
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  color: var(--color-accent);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  margin-bottom: 25px;
  display: flex;
}

.heading {
  color: var(--color-primary);
  text-align: center;
}

.submit-button {
  background-color: var(--color-accent);
  color: var(--text-primary);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
}

.section {
  background-color: var(--color-background);
}

.section.section-accent-color {
  background-color: var(--color-secondary);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2 {
  background-color: var(--color-background);
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  background-color: var(--color-background);
}

.text-field,
.text-field-2,
.text-field-3 {
  background-color: var(--color-surface);
}

.heading-2 {
  color: var(--color-primary);
}

.icon,
.icon-2 {
  color: var(--color-accent);
}

.text-primary {
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 24px;
}

.text-block {
  color: var(--text-secondary);
}

.heading-3 {
  color: var(--color-accent);
}

.heading-4,
.heading-5 {
  color: var(--text-primary);
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.field-label,
.field-label-2,
.field-label-3 {
  color: var(--text-primary);
}

.heading-6 {
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 24px;
}

.container-5 {
  height: 300px;
  margin-bottom: 24px;
  position: relative;
}

.heading-7 {
  color: var(--color-accent);
  text-align: center;
  margin-bottom: 24px;
}

.list-item {
  color: var(--text-primary);
  margin-bottom: 15px;
}

.paragraph {
  color: var(--text-primary);
  text-align: center;
}

.image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.heading-8 {
  margin-bottom: 24px;
}

.column {
  border-right: 2px solid #000;
}

.container-6 {
  width: 141px;
  height: 36px;
  position: relative;
}

.image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list-item-2 {
  color: var(--text-inverse);
  margin-bottom: 15px;
}

.section-3.section--fullscreen {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.container {
  min-height: 100dvh;
}

.container.container--fullscreen {
  flex: 1;
}

.container-7 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-8 {
  min-height: 100dvh;
}

.container-8.container--fullscreen {
  flex: 1;
}

.hero-bg-img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-container {
  min-height: 100dvh;
}

.hero-container.container--fullscreen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1430px;
  height: 100%;
  min-height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.title {
  color: #000;
  text-align: left;
}

.hero-bg-img-2 {
  z-index: -1;
  border-radius: 50px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.container-9 {
  background-color: var(--color-secondary);
  background-image: linear-gradient(180deg, var(--color-secondary), var(--color-border));
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 15px;
  display: flex;
}

.hero-subtitle {
  text-align: left;
  font-size: 18px;
}

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

.button {
  background-color: var(--color-accent);
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}

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

.container-10 {
  width: 100%;
  max-width: none;
  display: flex;
}

.container-11 {
  width: 50%;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
}

.form-block {
  width: 100%;
}

.image-4 {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--text-primary);
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .hero-container.container--fullscreen {
    flex-flow: column;
    display: flex;
  }

  .container-9 {
    flex-flow: column;
  }

  .container-10 {
    flex-flow: column;
    align-items: center;
  }

  .container-11 {
    width: 100%;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    color: var(--text-primary);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-center,
  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hero-without-image,
  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .section.section-accent-color,
  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    color: var(--text-primary);
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .hero-without-image {
    padding-bottom: 33px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .section.section-accent-color {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-8 {
    word-break: break-all;
  }

  .container-9 {
    width: 100%;
  }
}

#w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa963-dc750ee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa968-dc750ee0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa96c-dc750ee0,
#w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa976-dc750ee0,
#w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa97b-dc750ee0,
#w-node-_1bbea28e-36a0-0694-0f20-9dbebd6df35b-bd6df355,
#w-node-_1bbea28e-36a0-0694-0f20-9dbebd6df36f-bd6df355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa963-dc750ee0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa963-dc750ee0,
  #w-node-_2bfb80d0-e96e-f6bf-9acc-5f56d59fa968-dc750ee0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}