.elementor-150 .elementor-element.elementor-element-e298efd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-62f8856 */.med-header{
  position: sticky;
  top: 0;
  z-index: 999;
  background: none;
  backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 20px;
}

.med-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.med-header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.med-header-brand{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.med-header-logo-img{
  width: 132px;
  height: auto;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.med-header-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.med-header-nav a{
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #AC9A67;
  transition: all .25s ease;
  white-space: nowrap;
}

.med-header-nav a:visited{
  color: #AC9A67;
}

.med-header-nav a:hover,
.med-header-nav a:focus{
  background: transparent;
  color: #AC9A67;
  outline: none;
}

.med-header-nav a.is-active{
  background: transparent;
  color: #AC9A67;
  font-weight: 600;
}

.med-header-cta{
  flex-shrink: 0;
}

.med-header-btn,
.med-header-btn:link,
.med-header-btn:visited{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  background: transparent;
  color: #AC9A67 !important;
  border: 1px solid rgba(172, 154, 103, 0.85);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: all .25s ease;
}

.med-header-btn:hover,
.med-header-btn:focus,
.med-header-btn:active{
  background: rgba(172, 154, 103, 0.08);
  color: #AC9A67 !important;
  border-color: #AC9A67;
  text-decoration: none;
  transform: translateY(-1px);
}

.med-header-burger{
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(172, 154, 103, 0.45);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.med-header-burger span{
  width: 18px;
  height: 1.8px;
  background: #AC9A67;
  display: block;
  border-radius: 999px;
}

@media (max-width: 1100px){
  .med-header-nav,
  .med-header-cta{
    display: none;
  }

  .med-header-burger{
    display: inline-flex;
  }

  .med-header-logo-img{
    width: 118px;
  }
}

@media (max-width: 767px){
  .med-header{
    padding: 10px 16px;
  }

  .med-header-logo-img{
    width: 104px;
  }
}/* End custom CSS */