@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-black: #333;
  --light-gold: #e3bd8f;
  --dark-gold: #ba9c75;
}

body {
  color: var(--off-black);
  font-family: Euclidcirculara, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--off-black);
  text-decoration: underline;
}

li {
  line-height: 1.7;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.page-wrap, .section {
  flex-flow: column;
  display: flex;
}

.section.hero-img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2571313975.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-height: 840px;
  padding-top: 101px;
}

.section.about-us {
  background-image: linear-gradient(#e4e4e480, #e4e4e480), url('../images/shutterstock_1282951420.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.management {
  background-image: url('../images/shutterstock_2438962113.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.services {
  background-image: linear-gradient(#e4e4e480, #e4e4e480), url('../images/shutterstock_2728584181.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding: 199px 2rem;
  display: flex;
}

.container.nab-container {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar {
  background-color: #3d3d4fe6;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.brand {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.brand.w--current {
  color: #ffffffd9;
}

.navlink {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navlink:hover {
  color: #ba9865;
}

.navlink.w--current {
  color: #b99764;
}

.navlink.reg {
  color: #3d3d4f;
  background-color: #b99864;
}

.navlink.reg:hover {
  background-color: #fff;
}

.navbar-2 {
  background-color: #000000c4;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  width: 150px;
}

.div-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-links {
  color: #fff;
  text-transform: uppercase;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 #f1f1f133;
}

.nav-links:hover {
  text-decoration: none;
  box-shadow: inset 0 -3px #ffffffad;
}

.nav-links.w--current {
  color: var(--light-gold);
}

.nav-menu {
  align-self: center;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.h1 {
  color: #ba9c75;
  text-transform: uppercase;
  font-weight: 300;
}

.h1.center-align {
  text-align: center;
}

.h1.right-align {
  text-align: right;
}

.medium-spacer {
  height: 3rem;
}

.about-us-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2 {
  font-weight: 700;
}

.h2.margin-bottom {
  margin-bottom: 55px;
}

.h2.white {
  color: var(--light-gold);
}

.text-block {
  line-height: 1.5;
}

.sub-head {
  font-size: 18px;
  line-height: 1.6;
}

.sub-head.margin-bottom-small {
  margin-bottom: 25px;
}

.management-content {
  flex-flow: column;
  display: flex;
}

.management-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-spacer {
  height: 6rem;
}

.card {
  background-color: #fff;
  flex-flow: column;
  padding: 40px;
  transition: filter .75s;
  display: flex;
}

.profile-wrapper {
  align-self: center;
}

.profile-img {
  border-radius: 50%;
  width: 150px;
}

.card-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.h3 {
  margin-top: 0;
  font-weight: 400;
}

.h3.all-caps {
  text-transform: uppercase;
}

.bold-gold {
  color: var(--dark-gold);
  font-size: 16px;
}

.text-span {
  color: var(--dark-gold);
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.tele-email-para {
  margin-bottom: 4px;
}

.fill-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.v-small-spacer {
  height: 1.5rem;
}

.service-img-wrapper {
  height: 280px;
}

.contact-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h4 {
  color: var(--dark-gold);
  font-weight: 400;
  line-height: 1.2;
}

.contact-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.contact-info-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--dark-gold);
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.submit-button:hover {
  background-color: var(--light-gold);
  color: var(--off-black);
}

.blur {
  filter: blur(5px);
}

@media screen and (max-width: 991px) {
  .section.hero-img {
    background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2571313975.jpg');
    background-position: 0 0, 29%;
    background-size: auto, auto;
  }

  .menu {
    background-color: #3d3d4f;
  }

  .navlink {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menubutton {
    color: #b99764;
    border: 1px solid #b99764;
    margin: 2px;
    padding: 15px;
  }

  .menubutton.w--open {
    background-color: #b99764;
  }

  .hero-content {
    flex: 1;
  }

  .menu-button {
    color: #fff;
    align-self: center;
  }

  .management-grid {
    grid-column-gap: 20px;
  }

  .card {
    padding: 20px;
  }

  .contact-grid-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1.75fr;
  }

  .contact-info-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .section.management {
    background-position: 100%;
    background-size: cover;
  }

  .management-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .card {
    width: 380px;
    padding: 30px;
  }

  .service-img-wrapper {
    width: 380px;
  }

  .contact-grid-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .about-us-content {
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
  }

  .div-block-3 {
    display: none;
  }

  .service-img-wrapper {
    width: 100%;
  }
}

#w-node-_82689780-e06c-7a35-b697-cc2d45a1717c-9b71444b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c22371a1-d0df-6095-7f9e-b507b7984dd0-9b71444b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_82689780-e06c-7a35-b697-cc2d45a1717c-9b71444b {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82689780-e06c-7a35-b697-cc2d45a1717c-9b71444b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82689780-e06c-7a35-b697-cc2d45a17184-9b71444b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}