@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

html {
  margin-top: 0 !important;
  font-family: Montserrat-Regular, Arial, sans-serif !important;
  overflow-x: hidden;
}

body {
  font-family: Montserrat-Regular, Arial, sans-serif !important;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  background-color: #fff !important;
}

#header {
  display: none;
}

#header + hr {
  display: none;
}
.container {
  padding: 0;
}

.btn-light {
  border-radius: 30px;
  background-color: #ffffff;
  color: #2b2b2b;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 9px 24px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.btn-light:hover {
  background-color: #EFF1DB;
  color: #2B2B2B;
}
.btn-primary {
  border-radius: 30px;
  background-color: #586f47;
  color: #ffffff;
  border: none;
  padding: 19px 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: fit-content;
  cursor: pointer;
}
.btn-accent:hover,
.btn-primary:hover {
  background-color: #2B2B2B;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", Arial, sans-serif !important;
}

.lg-image {
  border-radius: 24px;
  max-height: 562px;
}
.lg-close {
  background-color: #fff !important;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.lg-toolbar .lg-icon,
.lg-toolbar .lg-icon:hover {
  color: #8a9b4e !important;
}

.lg-download {
  display: none;
}
.lg-subheadline,
.lg-sub-html {
  font-family: Montserrat-Regular;
  font-size: 24px !important;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 10px;
}

#landing-footer {
  background-color: #2b2b2b;
  padding-bottom: 60px;
  .container {
    padding: 30px 20px;
  }
  .footer-copy {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
    a {
      text-decoration: none;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.6);
    }
    a:hover {
      color: #586F47;
    }
    @media (min-width: 992px) {
      font-size: 12px;
    }
  }
  .divisor {
    display: none;
  }
  .footer-logo {
    margin: 60px 0px;
    margin-bottom: 32px;
    img {
      max-width: 100%;
      max-height: 277px;
    }
  }
  .footer-links {
    gap: 16px;
    margin-bottom: 32px;
    a {
      cursor: pointer;
      font-size: 14px;
      @media (min-width: 992px) {
        font-size: 12px;
      }
      font-weight: 300;
      line-height: 16.8px;
      letter-spacing: -0.03em;
      text-align: left;
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
    }
    a:hover {
      color: #586F47;
    }
  }
}
hr {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .container {
    padding: 48px 0px;
  }
  .btn-light {
    padding: 13px 32px;
    font-size: 12px;
  }
  .btn-primary {
    font-size: 12px;
  }
  .divisor {
    display: block !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
    @media (min-width: 992px) {
      font-size: 12px;
    }
  }
  .footer-links {
    gap: 32px;
  }

  #landing-footer {
    .container {
      padding: 48px 0px;
    }
  }
  /* .lg-components {
    bottom:  10% !important;
  } */
}

.lg-toolbar .lg-icon {
  height: 40px;
  width: 40px;
  margin-top: 40px;
  margin-right: 40px;
}
.lg-outer .lg-object {
  max-height: 542px !important;
}
.lg-sub-html {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
}
.lg-counter {
  display: none !important;
}

.skip-link {
  position: absolute;
  top: -999px; 
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100; 
  transition: top 0.3s;
}

.skip-link:focus {
  top: 10px;
  outline: 2px solid #fff;
}

p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}