.btn {
  border-width: 2px;
}
body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ba9b67 !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ba9b67;
  color: #ba9b67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b6f3f !important;
  background-color: transparent!important;
  border-color: #8b6f3f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ece9e6;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #383838;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ddc499;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa6a6;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b10e0e;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ba9b67 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #81663a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ba9b67;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ba9b67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f14e4e;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ba9b67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ba9b67;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba9b67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba9b67;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ba9b67;
  border-bottom-color: #ba9b67;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ba9b67 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ece9e6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ba9b67' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMzSqqIUri {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMzSqqIUri nav.navbar {
  position: fixed;
}
.cid-sMzSqqIUri .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sMzSqqIUri .nav-link:hover,
.cid-sMzSqqIUri .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sMzSqqIUri .nav-item {
    position: relative;
  }
}
.cid-sMzSqqIUri .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sMzSqqIUri .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sMzSqqIUri .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sMzSqqIUri .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sMzSqqIUri .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMzSqqIUri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMzSqqIUri .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzSqqIUri .navbar.collapsed .navbar-collapse.show,
.cid-sMzSqqIUri .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzSqqIUri .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMzSqqIUri .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMzSqqIUri .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMzSqqIUri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMzSqqIUri .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sMzSqqIUri .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzSqqIUri .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMzSqqIUri .navbar .navbar-collapse.show,
  .cid-sMzSqqIUri .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sMzSqqIUri .navbar .navbar-collapse.show .brand-container,
  .cid-sMzSqqIUri .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMzSqqIUri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMzSqqIUri .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMzSqqIUri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMzSqqIUri .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMzSqqIUri .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sMzSqqIUri .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMzSqqIUri .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sMzSqqIUri .navbar .right-menu,
  .cid-sMzSqqIUri .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMzSqqIUri .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sMzSqqIUri .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMzSqqIUri .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sMzSqqIUri .navbar {
    padding: 2rem 1rem;
  }
  .cid-sMzSqqIUri .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sMzSqqIUri .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sMzSqqIUri .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sMzSqqIUri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMzSqqIUri .dropdown-item.active,
.cid-sMzSqqIUri .dropdown-item:active {
  background-color: transparent;
}
.cid-sMzSqqIUri .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMzSqqIUri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sMzSqqIUri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMzSqqIUri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMzSqqIUri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMzSqqIUri ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMzSqqIUri ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMzSqqIUri .navbar-buttons {
  margin-left: auto;
}
.cid-sMzSqqIUri button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sMzSqqIUri button.navbar-toggler:hover {
  outline: none;
}
.cid-sMzSqqIUri button.navbar-toggler:active {
  outline: none;
}
.cid-sMzSqqIUri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMzSqqIUri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMzSqqIUri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzSqqIUri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzSqqIUri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMzSqqIUri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzSqqIUri nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sMzSqqIUri nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sMzSqqIUri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzSqqIUri .navbar-dropdown {
  position: fixed;
}
.cid-sMzSqqIUri a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sMzSqqIUri .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMzSqqIUri .right-menu,
.cid-sMzSqqIUri .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMzSqqIUri .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzSqqIUri .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzSqqIUri .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzSqqIUri .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzSqqIUri .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sMzSqqIUri .brand-container {
    padding: 0;
  }
}
.cid-sMzSqqIUri .card-wrapper {
  z-index: 3;
}
.cid-sMzSqqIUri .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMzSqqIUri .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sMzSqqIUri .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sMzSqqIUri .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sMzSqqIUri .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sMzSqqIUri .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sMzSqqIUri .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sMzSqqIUri .navbar-caption {
  color: #ffffff;
}
.cid-sMzSqqIUri .navbar-caption:hover {
  color: #ffffff;
}
.cid-sMzSqqIUri .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sMzSqqIUri .dropdown-toggle:after {
  display: none;
}
.cid-sMzSqqIUri a:hover .line-animation,
.cid-sMzSqqIUri a:focus .line-animation {
  opacity: 1;
}
.cid-sMzSqqIUri .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sMzSqqIUri .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sMzSqqIUri .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sNBG1r2JR0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-sNBG1r2JR0 .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-sNBG1r2JR0 .mbr-section-title {
  color: #ffffff;
  width: 90%;
  text-align: left;
}
.cid-sNBG1r2JR0 .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  width: 90%;
}
.cid-sNBG1r2JR0 .mbr-section-btn {
  width: 90%;
}
.cid-sNBG1r2JR0 img {
  object-fit: cover;
  height: 100%;
}
.cid-sNBG1r2JR0 section {
  position: relative;
}
.cid-sNBG1r2JR0 .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-sNBG1r2JR0 .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-sNBG1r2JR0 .mbr-section-subtitle,
  .cid-sNBG1r2JR0 .mbr-section-btn,
  .cid-sNBG1r2JR0 .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-sNBG1r2JR0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-sNBG1r2JR0 .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sNBG1r2JR0 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sNBG1r2JR0 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBG1r2JR0 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBG1r2JR0 .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sNBG1r2JR0 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sNBIaGqbwO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNBIaGqbwO .mbr-section-title {
  font-family: 'EB Garamond';
  color: #ba9b67;
  font-style: italic;
  font-size: 22px;
}
.cid-sNBIaGqbwO .mbr-text {
  font-family: 'EB Garamond';
  color: #c0bcb7;
  text-align: center;
}
.cid-sNBIaGqbwO .mbr-iconfont {
  margin: 0 .5rem;
}
.cid-sNBIaGqbwO .item-img {
  height: 420px;
}
.cid-sNBIaGqbwO .item-img img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sNBIaGqbwO .item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .cid-sNBIaGqbwO .wrap-content {
    display: flex;
    justify-content: flex-end;
  }
}
.cid-sNBIaGqbwO .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sNBIaGqbwO .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
}
.cid-sNBIaGqbwO .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sNBIaGqbwO .soc-item::before,
.cid-sNBIaGqbwO .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sNBIaGqbwO .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sNBIaGqbwO .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sNBIaGqbwO .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sNBIaGqbwO .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sNBIaGqbwO .wrap-soc {
  cursor: pointer;
}
.cid-sNBIaGqbwO .wrap-soc span {
  color: #ffffff;
}
.cid-sNBIaGqbwO .wrap-soc:hover .text {
  opacity: 0;
}
.cid-sNBIaGqbwO .wrap-soc:hover .soc-item {
  opacity: 1;
}
.cid-sNBIaGqbwO .wrap-soc:hover .one {
  transition: opacity .4s;
}
.cid-sNBIaGqbwO .wrap-soc:hover .two {
  transition: opacity .8s;
}
.cid-sNBIaGqbwO .wrap-soc:hover .three {
  transition: opacity 1s;
}
.cid-sNBIaGqbwO .wrap-soc:hover .four {
  transition: opacity 1.4s;
}
.cid-sNBIaGqbwO .wrap-soc:hover .five {
  transition: opacity 1.8s;
}
.cid-sUZWelwAIx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-sUZWelwAIx .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUZWelwAIx .item {
    margin-bottom: 3rem;
  }
}
.cid-sUZWelwAIx .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sUZWelwAIx .item-wrapper {
  height: 100%;
}
.cid-sUZWelwAIx .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-sUZWelwAIx .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-sUZWelwAIx .btn {
  font-family: 'Cormorant Garamond';
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-sUZWelwAIx .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-sUZWelwAIx .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sUZWelwAIx .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sUZWelwAIx .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sUZWelwAIx .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sUZWelwAIx .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sUZYmpe3Ev {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sUZYmpe3Ev img {
  object-fit: cover;
  max-height: 585px;
}
.cid-sUZYmpe3Ev .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-sUZYmpe3Ev .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-sUZYmpe3Ev .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (max-width: 991px) {
  .cid-sUZYmpe3Ev .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-sUZYmpe3Ev .card-text {
  color: #767676;
}
.cid-sUZYmpe3Ev .main-sub-title {
  color: #ffffff;
}
.cid-sUZYmpe3Ev .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-sUZYmpe3Ev .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sUZYmpe3Ev span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sUZYmpe3Ev span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sUZYmpe3Ev span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sUZYmpe3Ev .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sUZYmpe3Ev .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sNBIZ2j6Hi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sNBIZ2j6Hi .wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .cid-sNBIZ2j6Hi .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-sNBIZ2j6Hi .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-sNBIZ2j6Hi .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-sNBIZ2j6Hi .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-sNBIZ2j6Hi img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sNBIZ2j6Hi .top {
    padding-top: 20px;
  }
}
.cid-sNBIZ2j6Hi .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNBIZ2j6Hi .close::before {
  content: '\e91a';
}
.cid-sNBIZ2j6Hi .close:hover {
  color: #fff;
}
.cid-sNBIZ2j6Hi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNBIZ2j6Hi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNBIZ2j6Hi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNBIZ2j6Hi .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNBIZ2j6Hi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-sNBIZ2j6Hi .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-sNBIZ2j6Hi .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-sNBIZ2j6Hi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-sNBIZ2j6Hi .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-sNBIZ2j6Hi .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-sNBIZ2j6Hi .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-sNBIZ2j6Hi .carousel-item img {
    width: 70%;
  }
}
.cid-sNBIZ2j6Hi .carousel-inner > .active {
  display: block;
}
.cid-sNBIZ2j6Hi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNBIZ2j6Hi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNBIZ2j6Hi .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-sNBIZ2j6Hi .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-sNBIZ2j6Hi .carousel-control,
  .cid-sNBIZ2j6Hi .carousel-indicators {
    position: fixed;
  }
}
.cid-sNBIZ2j6Hi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNBIZ2j6Hi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNBIZ2j6Hi .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-sNBIZ2j6Hi .modal-content {
    width: 70%;
  }
}
.cid-sNBIZ2j6Hi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNBIZ2j6Hi .carousel {
  width: 100%;
}
.cid-sNBIZ2j6Hi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNBIZ2j6Hi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNBIZ2j6Hi .modal.fade .modal-dialog,
.cid-sNBIZ2j6Hi .modal.in .modal-dialog {
  transform: none;
}
.cid-sNBIZ2j6Hi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNBJoxzgIi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNBJoxzgIi .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sNBJoxzgIi img,
.cid-sNBJoxzgIi .item-img {
  transition: transform 1.5s;
}
.cid-sNBJoxzgIi .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sNBJoxzgIi .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sNBJoxzgIi .item-img {
    height: 140px;
  }
}
.cid-sNBJoxzgIi .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sNBJoxzgIi .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sNBJoxzgIi .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNBJoxzgIi .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sNBJoxzgIi .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sNBJoxzgIi .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sNBJoxzgIi .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sNBJoxzgIi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNBJoxzgIi .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sNBJoxzgIi .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sNBJoxzgIi .soc-item::before,
.cid-sNBJoxzgIi .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sNBJoxzgIi .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sNBJoxzgIi .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sNBJoxzgIi .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sNBJoxzgIi .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sNBJoxzgIi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sMzSI5wL2F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sMzSI5wL2F .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sUZZVvg7zC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUZZVvg7zC nav.navbar {
  position: fixed;
}
.cid-sUZZVvg7zC .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sUZZVvg7zC .nav-link:hover,
.cid-sUZZVvg7zC .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sUZZVvg7zC .nav-item {
    position: relative;
  }
}
.cid-sUZZVvg7zC .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sUZZVvg7zC .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sUZZVvg7zC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sUZZVvg7zC .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sUZZVvg7zC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sUZZVvg7zC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUZZVvg7zC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sUZZVvg7zC .navbar.collapsed .navbar-collapse.show,
.cid-sUZZVvg7zC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sUZZVvg7zC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sUZZVvg7zC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sUZZVvg7zC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sUZZVvg7zC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUZZVvg7zC .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sUZZVvg7zC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sUZZVvg7zC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sUZZVvg7zC .navbar .navbar-collapse.show,
  .cid-sUZZVvg7zC .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sUZZVvg7zC .navbar .navbar-collapse.show .brand-container,
  .cid-sUZZVvg7zC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sUZZVvg7zC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUZZVvg7zC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sUZZVvg7zC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUZZVvg7zC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUZZVvg7zC .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sUZZVvg7zC .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sUZZVvg7zC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sUZZVvg7zC .navbar .right-menu,
  .cid-sUZZVvg7zC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sUZZVvg7zC .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sUZZVvg7zC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUZZVvg7zC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUZZVvg7zC .navbar {
    padding: 2rem 1rem;
  }
  .cid-sUZZVvg7zC .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sUZZVvg7zC .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sUZZVvg7zC .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sUZZVvg7zC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUZZVvg7zC .dropdown-item.active,
.cid-sUZZVvg7zC .dropdown-item:active {
  background-color: transparent;
}
.cid-sUZZVvg7zC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUZZVvg7zC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sUZZVvg7zC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sUZZVvg7zC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUZZVvg7zC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUZZVvg7zC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sUZZVvg7zC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sUZZVvg7zC .navbar-buttons {
  margin-left: auto;
}
.cid-sUZZVvg7zC button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sUZZVvg7zC button.navbar-toggler:hover {
  outline: none;
}
.cid-sUZZVvg7zC button.navbar-toggler:active {
  outline: none;
}
.cid-sUZZVvg7zC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUZZVvg7zC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUZZVvg7zC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUZZVvg7zC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUZZVvg7zC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUZZVvg7zC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUZZVvg7zC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sUZZVvg7zC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sUZZVvg7zC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUZZVvg7zC .navbar-dropdown {
  position: fixed;
}
.cid-sUZZVvg7zC a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sUZZVvg7zC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUZZVvg7zC .right-menu,
.cid-sUZZVvg7zC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sUZZVvg7zC .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUZZVvg7zC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUZZVvg7zC .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sUZZVvg7zC .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sUZZVvg7zC .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sUZZVvg7zC .brand-container {
    padding: 0;
  }
}
.cid-sUZZVvg7zC .card-wrapper {
  z-index: 3;
}
.cid-sUZZVvg7zC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sUZZVvg7zC .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sUZZVvg7zC .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sUZZVvg7zC .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sUZZVvg7zC .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sUZZVvg7zC .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sUZZVvg7zC .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sUZZVvg7zC .navbar-caption {
  color: #ffffff;
}
.cid-sUZZVvg7zC .navbar-caption:hover {
  color: #ffffff;
}
.cid-sUZZVvg7zC .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sUZZVvg7zC .dropdown-toggle:after {
  display: none;
}
.cid-sUZZVvg7zC a:hover .line-animation,
.cid-sUZZVvg7zC a:focus .line-animation {
  opacity: 1;
}
.cid-sUZZVvg7zC .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sUZZVvg7zC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sUZZVvg7zC .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sV019LsRZX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sV019LsRZX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ba9b67;
  margin-bottom: 2rem;
}
.cid-sV019LsRZX .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  padding: 3rem;
  background: #000000;
}
.cid-sV019LsRZX .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 992px) {
  .cid-sV019LsRZX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sV019LsRZX .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sV019LsRZX .mbr-text {
  color: #696969;
}
.cid-sV019LsRZX .mbr-section-subtitle {
  color: #696969;
}
.cid-sV00mgUv1q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sV00mgUv1q .mbr-overlay {
  background-color: #171410;
  opacity: 0.4;
}
.cid-sV00mgUv1q .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 80px;
}
.cid-sV00mgUv1q .form-row > .col,
.cid-sV00mgUv1q .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  .cid-sV00mgUv1q form .row .right {
    padding-right: 30px;
  }
  .cid-sV00mgUv1q form .row .left {
    padding-left: 30px;
  }
}
.cid-sV00mgUv1q .form-control,
.cid-sV00mgUv1q .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sV00mgUv1q .jq-selectbox__select {
  padding: 0;
}
.cid-sV00mgUv1q .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-sV00mgUv1q .jq-number__spin {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-sV00mgUv1q .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-sV00mgUv1q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sV00mgUv1q .jq-number__spin.minus:after,
.cid-sV00mgUv1q .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sV00mgUv1q .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-sV00mgUv1q .jq-selectbox__dropdown li {
  font-family: "Cormorant Garamond";
}
.cid-sV00mgUv1q .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-sV00mgUv1q .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-sV00mgUv1q .form-check-input:checked {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-sV00mgUv1q p {
  font-style: italic;
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-sV00mgUv1q .form-control::placeholder {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-sV00mgUv1q input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-sV00mgUv1q input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sV00mgUv1q input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #ba9b67;
}
.cid-sV00mgUv1q input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-sV00mgUv1q input[type="range"]::-moz-range-thumb {
  background: #ba9b67;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-sV00mgUv1q .form-control-label,
.cid-sV00mgUv1q .form-check-label {
  font-family: "Cormorant Garamond";
  color: #ffffff;
  font-style: italic;
}
.cid-sV00mgUv1q input::-webkit-clear-button {
  display: none;
}
.cid-sV00mgUv1q input::-webkit-inner-spin-button {
  display: none;
}
.cid-sV00mgUv1q input::-webkit-outer-spin-button {
  display: none;
}
.cid-sV00mgUv1q input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sV00mgUv1q .mbr-section-btn {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.cid-sV00mgUv1q .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #fff;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sV00mgUv1q .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 108%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sV00mgUv1q .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 101%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sV00mgUv1q .effectHover::after {
  content: "";
  right: -1%;
  position: absolute;
  width: 101%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sV00mgUv1q .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sV00mgUv1q .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sV00RNV74m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dji-129-2000x1125.jpeg");
}
@media (min-width: 992px) {
  .cid-sV00RNV74m .wrapper {
    padding: 0 114px;
  }
}
.cid-sV00RNV74m .google-map {
  height: 555px;
  position: relative;
  filter: sepia(0.3) brightness(0.8) contrast(1) saturate(0.4);
}
.cid-sV00RNV74m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sV00RNV74m .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sV00RNV74m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sV00RNV74m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVESWrowSJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVESWrowSJ .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVESWrowSJ img,
.cid-sVESWrowSJ .item-img {
  transition: transform 1.5s;
}
.cid-sVESWrowSJ .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVESWrowSJ .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVESWrowSJ .item-img {
    height: 140px;
  }
}
.cid-sVESWrowSJ .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVESWrowSJ .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVESWrowSJ .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVESWrowSJ .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVESWrowSJ .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVESWrowSJ .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVESWrowSJ .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVESWrowSJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVESWrowSJ .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVESWrowSJ .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVESWrowSJ .soc-item::before,
.cid-sVESWrowSJ .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVESWrowSJ .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVESWrowSJ .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVESWrowSJ .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVESWrowSJ .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVESWrowSJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sUZZVB05CK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sUZZVB05CK .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sV02KuULOs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sV02KuULOs nav.navbar {
  position: fixed;
}
.cid-sV02KuULOs .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sV02KuULOs .nav-link:hover,
.cid-sV02KuULOs .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sV02KuULOs .nav-item {
    position: relative;
  }
}
.cid-sV02KuULOs .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sV02KuULOs .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sV02KuULOs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sV02KuULOs .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sV02KuULOs .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sV02KuULOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV02KuULOs .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV02KuULOs .navbar.collapsed .navbar-collapse.show,
.cid-sV02KuULOs .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sV02KuULOs .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sV02KuULOs .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sV02KuULOs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV02KuULOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV02KuULOs .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sV02KuULOs .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sV02KuULOs .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV02KuULOs .navbar .navbar-collapse.show,
  .cid-sV02KuULOs .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sV02KuULOs .navbar .navbar-collapse.show .brand-container,
  .cid-sV02KuULOs .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sV02KuULOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV02KuULOs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV02KuULOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV02KuULOs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sV02KuULOs .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sV02KuULOs .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sV02KuULOs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sV02KuULOs .navbar .right-menu,
  .cid-sV02KuULOs .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sV02KuULOs .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sV02KuULOs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sV02KuULOs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sV02KuULOs .navbar {
    padding: 2rem 1rem;
  }
  .cid-sV02KuULOs .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sV02KuULOs .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sV02KuULOs .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sV02KuULOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV02KuULOs .dropdown-item.active,
.cid-sV02KuULOs .dropdown-item:active {
  background-color: transparent;
}
.cid-sV02KuULOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV02KuULOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sV02KuULOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV02KuULOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV02KuULOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV02KuULOs ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sV02KuULOs ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sV02KuULOs .navbar-buttons {
  margin-left: auto;
}
.cid-sV02KuULOs button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sV02KuULOs button.navbar-toggler:hover {
  outline: none;
}
.cid-sV02KuULOs button.navbar-toggler:active {
  outline: none;
}
.cid-sV02KuULOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sV02KuULOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV02KuULOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV02KuULOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV02KuULOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV02KuULOs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV02KuULOs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sV02KuULOs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sV02KuULOs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV02KuULOs .navbar-dropdown {
  position: fixed;
}
.cid-sV02KuULOs a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sV02KuULOs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sV02KuULOs .right-menu,
.cid-sV02KuULOs .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sV02KuULOs .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sV02KuULOs .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sV02KuULOs .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV02KuULOs .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV02KuULOs .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sV02KuULOs .brand-container {
    padding: 0;
  }
}
.cid-sV02KuULOs .card-wrapper {
  z-index: 3;
}
.cid-sV02KuULOs .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sV02KuULOs .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sV02KuULOs .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sV02KuULOs .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sV02KuULOs .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sV02KuULOs .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sV02KuULOs .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sV02KuULOs .navbar-caption {
  color: #ffffff;
}
.cid-sV02KuULOs .navbar-caption:hover {
  color: #ffffff;
}
.cid-sV02KuULOs .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sV02KuULOs .dropdown-toggle:after {
  display: none;
}
.cid-sV02KuULOs a:hover .line-animation,
.cid-sV02KuULOs a:focus .line-animation {
  opacity: 1;
}
.cid-sV02KuULOs .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sV02KuULOs .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sV02KuULOs .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sV03jbkyk2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-sV03jbkyk2 .wrapper {
    padding: 0 6rem;
  }
}
.cid-sV03jbkyk2 .item-img {
  height: 500px;
  position: relative;
}
.cid-sV03jbkyk2 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sV03jbkyk2 .title-block {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sV03jbkyk2 .item-img:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-sV03jbkyk2 .item-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-sV03jbkyk2 .new {
  transform: rotate(-90deg);
  position: absolute;
  padding: 0.5rem 2rem;
  top: 27px;
  right: -10px;
  background-color: #000000;
  color: #ba9b67;
}
.cid-sV03jbkyk2 img,
.cid-sV03jbkyk2 .item-img {
  transition: all 0.7s;
  width: 100%;
}
.cid-sV03jbkyk2 .item:focus,
.cid-sV03jbkyk2 span:focus {
  outline: none;
}
.cid-sV03jbkyk2 .item {
  cursor: pointer;
  padding-bottom: 32px;
}
.cid-sV03jbkyk2 .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sV03jbkyk2 .item-title {
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.cid-sV03jbkyk2 .mbr-text {
  font-family: "Cormorant Garamond";
}
.cid-sV03jbkyk2 .item-content {
  text-align: center;
}
.cid-sV03jbkyk2 .item-title {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  .cid-sV03jbkyk2 .item {
    padding-bottom: 20px;
  }
}
.cid-sV03jbkyk2 .mbr-section-subtitle {
  color: #9a948d;
  font-family: "EB Garamond";
}
.cid-sV03jbkyk2 .price,
.cid-sV03jbkyk2 .text {
  font-family: "Josefin Sans";
}
.cid-sV03jbkyk2 .text,
.cid-sV03jbkyk2 .link {
  color: #ba9b67;
}
.cid-sV03jbkyk2 .price {
  color: #9a948d;
}
.cid-sVET3ogRs0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVET3ogRs0 .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVET3ogRs0 img,
.cid-sVET3ogRs0 .item-img {
  transition: transform 1.5s;
}
.cid-sVET3ogRs0 .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVET3ogRs0 .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVET3ogRs0 .item-img {
    height: 140px;
  }
}
.cid-sVET3ogRs0 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVET3ogRs0 .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVET3ogRs0 .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVET3ogRs0 .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVET3ogRs0 .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVET3ogRs0 .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVET3ogRs0 .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVET3ogRs0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVET3ogRs0 .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVET3ogRs0 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVET3ogRs0 .soc-item::before,
.cid-sVET3ogRs0 .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVET3ogRs0 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVET3ogRs0 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVET3ogRs0 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVET3ogRs0 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVET3ogRs0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sV02KxL2J8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sV02KxL2J8 .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sV0cJqEoQd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sV0cJqEoQd nav.navbar {
  position: fixed;
}
.cid-sV0cJqEoQd .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sV0cJqEoQd .nav-link:hover,
.cid-sV0cJqEoQd .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sV0cJqEoQd .nav-item {
    position: relative;
  }
}
.cid-sV0cJqEoQd .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sV0cJqEoQd .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sV0cJqEoQd .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sV0cJqEoQd .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sV0cJqEoQd .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sV0cJqEoQd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sV0cJqEoQd .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV0cJqEoQd .navbar.collapsed .navbar-collapse.show,
.cid-sV0cJqEoQd .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sV0cJqEoQd .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sV0cJqEoQd .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sV0cJqEoQd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sV0cJqEoQd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV0cJqEoQd .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sV0cJqEoQd .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sV0cJqEoQd .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sV0cJqEoQd .navbar .navbar-collapse.show,
  .cid-sV0cJqEoQd .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sV0cJqEoQd .navbar .navbar-collapse.show .brand-container,
  .cid-sV0cJqEoQd .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sV0cJqEoQd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV0cJqEoQd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sV0cJqEoQd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV0cJqEoQd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sV0cJqEoQd .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sV0cJqEoQd .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sV0cJqEoQd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sV0cJqEoQd .navbar .right-menu,
  .cid-sV0cJqEoQd .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sV0cJqEoQd .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sV0cJqEoQd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sV0cJqEoQd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sV0cJqEoQd .navbar {
    padding: 2rem 1rem;
  }
  .cid-sV0cJqEoQd .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sV0cJqEoQd .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sV0cJqEoQd .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sV0cJqEoQd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV0cJqEoQd .dropdown-item.active,
.cid-sV0cJqEoQd .dropdown-item:active {
  background-color: transparent;
}
.cid-sV0cJqEoQd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV0cJqEoQd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sV0cJqEoQd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV0cJqEoQd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV0cJqEoQd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV0cJqEoQd ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sV0cJqEoQd ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sV0cJqEoQd .navbar-buttons {
  margin-left: auto;
}
.cid-sV0cJqEoQd button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sV0cJqEoQd button.navbar-toggler:hover {
  outline: none;
}
.cid-sV0cJqEoQd button.navbar-toggler:active {
  outline: none;
}
.cid-sV0cJqEoQd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sV0cJqEoQd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV0cJqEoQd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV0cJqEoQd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV0cJqEoQd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV0cJqEoQd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV0cJqEoQd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sV0cJqEoQd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sV0cJqEoQd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV0cJqEoQd .navbar-dropdown {
  position: fixed;
}
.cid-sV0cJqEoQd a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sV0cJqEoQd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sV0cJqEoQd .right-menu,
.cid-sV0cJqEoQd .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sV0cJqEoQd .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sV0cJqEoQd .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sV0cJqEoQd .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV0cJqEoQd .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sV0cJqEoQd .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sV0cJqEoQd .brand-container {
    padding: 0;
  }
}
.cid-sV0cJqEoQd .card-wrapper {
  z-index: 3;
}
.cid-sV0cJqEoQd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sV0cJqEoQd .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sV0cJqEoQd .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sV0cJqEoQd .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sV0cJqEoQd .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sV0cJqEoQd .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sV0cJqEoQd .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sV0cJqEoQd .navbar-caption {
  color: #ffffff;
}
.cid-sV0cJqEoQd .navbar-caption:hover {
  color: #ffffff;
}
.cid-sV0cJqEoQd .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sV0cJqEoQd .dropdown-toggle:after {
  display: none;
}
.cid-sV0cJqEoQd a:hover .line-animation,
.cid-sV0cJqEoQd a:focus .line-animation {
  opacity: 1;
}
.cid-sV0cJqEoQd .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sV0cJqEoQd .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sV0cJqEoQd .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sV0dpH3Elj {
  background-image: url("../../../assets/images/img-3102-hdr.jpg");
}
.cid-sV0dpH3Elj .row {
  justify-content: center;
}
.cid-sV0dpH3Elj .row .img-item {
  height: 354px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.7s;
  display: -webkit-flex;
  width: 100%;
}
.cid-sV0dpH3Elj .row .img-item img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (max-width: 768px) {
  .cid-sV0dpH3Elj .top {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sV0dpH3Elj .title {
    padding-left: 60px;
  }
}
@media (min-width: 1400px) {
  .cid-sV0dpH3Elj .title {
    padding-left: 120px;
  }
}
.cid-sV0dpH3Elj .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
}
.cid-sV0dpH3Elj span {
  position: absolute;
  width: 105%;
  height: 80%;
  border: 1px solid #41392e;
}
.cid-sV0dpH3Elj span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sV0dpH3Elj span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform-origin: bottom right;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sV0dpH3Elj .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sV0dpH3Elj .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sV0dpH3Elj .item-title {
  top: 50%;
  left: 50%;
  min-width: 200px;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sV0dpH3Elj .img-item:hover .item-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-sV0dpH3Elj .img-item:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-sV0dpH3Elj .mbr-text {
  font-style: italic;
  color: #9a948d;
  font-family: "Cormorant Garamond";
}
.cid-sV0dpH3Elj h3 {
  font-family: "Cormorant Garamond";
}
.cid-sVETqU4Fv6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETqU4Fv6 .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETqU4Fv6 img,
.cid-sVETqU4Fv6 .item-img {
  transition: transform 1.5s;
}
.cid-sVETqU4Fv6 .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETqU4Fv6 .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETqU4Fv6 .item-img {
    height: 140px;
  }
}
.cid-sVETqU4Fv6 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETqU4Fv6 .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETqU4Fv6 .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETqU4Fv6 .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETqU4Fv6 .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETqU4Fv6 .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETqU4Fv6 .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETqU4Fv6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETqU4Fv6 .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETqU4Fv6 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETqU4Fv6 .soc-item::before,
.cid-sVETqU4Fv6 .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETqU4Fv6 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETqU4Fv6 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETqU4Fv6 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETqU4Fv6 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETqU4Fv6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sV0cJtWDXl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sV0cJtWDXl .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVEBwie97f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVEBwie97f nav.navbar {
  position: fixed;
}
.cid-sVEBwie97f .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVEBwie97f .nav-link:hover,
.cid-sVEBwie97f .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVEBwie97f .nav-item {
    position: relative;
  }
}
.cid-sVEBwie97f .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVEBwie97f .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVEBwie97f .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVEBwie97f .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVEBwie97f .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVEBwie97f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVEBwie97f .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVEBwie97f .navbar.collapsed .navbar-collapse.show,
.cid-sVEBwie97f .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVEBwie97f .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVEBwie97f .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVEBwie97f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVEBwie97f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVEBwie97f .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVEBwie97f .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVEBwie97f .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEBwie97f .navbar .navbar-collapse.show,
  .cid-sVEBwie97f .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVEBwie97f .navbar .navbar-collapse.show .brand-container,
  .cid-sVEBwie97f .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVEBwie97f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVEBwie97f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVEBwie97f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVEBwie97f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVEBwie97f .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVEBwie97f .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVEBwie97f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVEBwie97f .navbar .right-menu,
  .cid-sVEBwie97f .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVEBwie97f .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVEBwie97f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVEBwie97f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVEBwie97f .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVEBwie97f .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVEBwie97f .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVEBwie97f .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVEBwie97f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVEBwie97f .dropdown-item.active,
.cid-sVEBwie97f .dropdown-item:active {
  background-color: transparent;
}
.cid-sVEBwie97f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVEBwie97f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVEBwie97f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVEBwie97f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVEBwie97f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVEBwie97f ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVEBwie97f ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVEBwie97f .navbar-buttons {
  margin-left: auto;
}
.cid-sVEBwie97f button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVEBwie97f button.navbar-toggler:hover {
  outline: none;
}
.cid-sVEBwie97f button.navbar-toggler:active {
  outline: none;
}
.cid-sVEBwie97f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVEBwie97f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVEBwie97f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVEBwie97f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVEBwie97f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVEBwie97f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVEBwie97f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVEBwie97f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVEBwie97f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVEBwie97f .navbar-dropdown {
  position: fixed;
}
.cid-sVEBwie97f a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVEBwie97f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVEBwie97f .right-menu,
.cid-sVEBwie97f .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVEBwie97f .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVEBwie97f .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVEBwie97f .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVEBwie97f .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVEBwie97f .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVEBwie97f .brand-container {
    padding: 0;
  }
}
.cid-sVEBwie97f .card-wrapper {
  z-index: 3;
}
.cid-sVEBwie97f .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVEBwie97f .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVEBwie97f .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVEBwie97f .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVEBwie97f .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVEBwie97f .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVEBwie97f .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVEBwie97f .navbar-caption {
  color: #ffffff;
}
.cid-sVEBwie97f .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVEBwie97f .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVEBwie97f .dropdown-toggle:after {
  display: none;
}
.cid-sVEBwie97f a:hover .line-animation,
.cid-sVEBwie97f a:focus .line-animation {
  opacity: 1;
}
.cid-sVEBwie97f .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVEBwie97f .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVEBwie97f .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVEE9ZezHR {
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-sVEE9ZezHR .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sVEE9ZezHR .item {
    margin-bottom: 3rem;
  }
}
.cid-sVEE9ZezHR .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVEE9ZezHR .item-wrapper {
  height: 100%;
}
.cid-sVEE9ZezHR .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-sVEE9ZezHR .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-sVEE9ZezHR .btn {
  font-family: 'Cormorant Garamond';
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-sVEE9ZezHR .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-sVEE9ZezHR .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sVEE9ZezHR .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sVEE9ZezHR .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sVEE9ZezHR .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sVEE9ZezHR .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sVEGP8W7Oe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-sVEGP8W7Oe .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sVEGP8W7Oe .item {
    margin-bottom: 3rem;
  }
}
.cid-sVEGP8W7Oe .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVEGP8W7Oe .item-wrapper {
  height: 100%;
}
.cid-sVEGP8W7Oe .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-sVEGP8W7Oe .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-sVEGP8W7Oe .btn {
  font-family: 'Cormorant Garamond';
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-sVEGP8W7Oe .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-sVEGP8W7Oe .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sVEGP8W7Oe .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sVEGP8W7Oe .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sVEGP8W7Oe .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sVEGP8W7Oe .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sVET70HNTH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVET70HNTH .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVET70HNTH img,
.cid-sVET70HNTH .item-img {
  transition: transform 1.5s;
}
.cid-sVET70HNTH .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVET70HNTH .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVET70HNTH .item-img {
    height: 140px;
  }
}
.cid-sVET70HNTH .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVET70HNTH .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVET70HNTH .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVET70HNTH .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVET70HNTH .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVET70HNTH .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVET70HNTH .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVET70HNTH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVET70HNTH .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVET70HNTH .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVET70HNTH .soc-item::before,
.cid-sVET70HNTH .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVET70HNTH .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVET70HNTH .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVET70HNTH .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVET70HNTH .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVET70HNTH .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVEBwjKu4N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVEBwjKu4N .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVEIvkyF1z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVEIvkyF1z nav.navbar {
  position: fixed;
}
.cid-sVEIvkyF1z .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVEIvkyF1z .nav-link:hover,
.cid-sVEIvkyF1z .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVEIvkyF1z .nav-item {
    position: relative;
  }
}
.cid-sVEIvkyF1z .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVEIvkyF1z .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVEIvkyF1z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVEIvkyF1z .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVEIvkyF1z .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVEIvkyF1z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVEIvkyF1z .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVEIvkyF1z .navbar.collapsed .navbar-collapse.show,
.cid-sVEIvkyF1z .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVEIvkyF1z .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVEIvkyF1z .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVEIvkyF1z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVEIvkyF1z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVEIvkyF1z .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVEIvkyF1z .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVEIvkyF1z .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVEIvkyF1z .navbar .navbar-collapse.show,
  .cid-sVEIvkyF1z .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVEIvkyF1z .navbar .navbar-collapse.show .brand-container,
  .cid-sVEIvkyF1z .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVEIvkyF1z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVEIvkyF1z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVEIvkyF1z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVEIvkyF1z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVEIvkyF1z .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVEIvkyF1z .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVEIvkyF1z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVEIvkyF1z .navbar .right-menu,
  .cid-sVEIvkyF1z .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVEIvkyF1z .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVEIvkyF1z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVEIvkyF1z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVEIvkyF1z .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVEIvkyF1z .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVEIvkyF1z .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVEIvkyF1z .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVEIvkyF1z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVEIvkyF1z .dropdown-item.active,
.cid-sVEIvkyF1z .dropdown-item:active {
  background-color: transparent;
}
.cid-sVEIvkyF1z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVEIvkyF1z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVEIvkyF1z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVEIvkyF1z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVEIvkyF1z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVEIvkyF1z ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVEIvkyF1z ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVEIvkyF1z .navbar-buttons {
  margin-left: auto;
}
.cid-sVEIvkyF1z button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVEIvkyF1z button.navbar-toggler:hover {
  outline: none;
}
.cid-sVEIvkyF1z button.navbar-toggler:active {
  outline: none;
}
.cid-sVEIvkyF1z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVEIvkyF1z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVEIvkyF1z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVEIvkyF1z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVEIvkyF1z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVEIvkyF1z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVEIvkyF1z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVEIvkyF1z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVEIvkyF1z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVEIvkyF1z .navbar-dropdown {
  position: fixed;
}
.cid-sVEIvkyF1z a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVEIvkyF1z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVEIvkyF1z .right-menu,
.cid-sVEIvkyF1z .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVEIvkyF1z .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVEIvkyF1z .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVEIvkyF1z .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVEIvkyF1z .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVEIvkyF1z .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVEIvkyF1z .brand-container {
    padding: 0;
  }
}
.cid-sVEIvkyF1z .card-wrapper {
  z-index: 3;
}
.cid-sVEIvkyF1z .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVEIvkyF1z .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVEIvkyF1z .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVEIvkyF1z .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVEIvkyF1z .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVEIvkyF1z .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVEIvkyF1z .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVEIvkyF1z .navbar-caption {
  color: #ffffff;
}
.cid-sVEIvkyF1z .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVEIvkyF1z .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVEIvkyF1z .dropdown-toggle:after {
  display: none;
}
.cid-sVEIvkyF1z a:hover .line-animation,
.cid-sVEIvkyF1z a:focus .line-animation {
  opacity: 1;
}
.cid-sVEIvkyF1z .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVEIvkyF1z .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVEIvkyF1z .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVEIQgNJzA {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVEIQgNJzA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVEIQgNJzA .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVEIQgNJzA .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVEIQgNJzA .btn-primary-outline:active {
  color: gray;
}
.cid-sVEIQgNJzA .btn-primary-outline:hover {
  color: white;
}
.cid-sVEIQgNJzA .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVEIQgNJzA div {
  overflow: hidden;
}
.cid-sVEIQgNJzA li.active .btn-primary-outline {
  color: white;
}
.cid-sVEIQgNJzA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVEIQgNJzA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVEIQgNJzA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVEIQgNJzA .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVEIQgNJzA .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVEIQgNJzA .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVEIQgNJzA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVEIQgNJzA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVEIQgNJzA .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVEIQgNJzA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVEIQgNJzA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVETayNNcG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETayNNcG .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETayNNcG img,
.cid-sVETayNNcG .item-img {
  transition: transform 1.5s;
}
.cid-sVETayNNcG .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETayNNcG .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETayNNcG .item-img {
    height: 140px;
  }
}
.cid-sVETayNNcG .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETayNNcG .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETayNNcG .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETayNNcG .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETayNNcG .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETayNNcG .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETayNNcG .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETayNNcG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETayNNcG .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETayNNcG .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETayNNcG .soc-item::before,
.cid-sVETayNNcG .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETayNNcG .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETayNNcG .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETayNNcG .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETayNNcG .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETayNNcG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVEIvn0Vnl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVEIvn0Vnl .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVELELHkFg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVELELHkFg nav.navbar {
  position: fixed;
}
.cid-sVELELHkFg .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVELELHkFg .nav-link:hover,
.cid-sVELELHkFg .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVELELHkFg .nav-item {
    position: relative;
  }
}
.cid-sVELELHkFg .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVELELHkFg .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVELELHkFg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVELELHkFg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVELELHkFg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVELELHkFg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVELELHkFg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELELHkFg .navbar.collapsed .navbar-collapse.show,
.cid-sVELELHkFg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELELHkFg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVELELHkFg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVELELHkFg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVELELHkFg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVELELHkFg .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVELELHkFg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELELHkFg .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVELELHkFg .navbar .navbar-collapse.show,
  .cid-sVELELHkFg .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVELELHkFg .navbar .navbar-collapse.show .brand-container,
  .cid-sVELELHkFg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVELELHkFg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVELELHkFg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVELELHkFg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVELELHkFg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVELELHkFg .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVELELHkFg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVELELHkFg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVELELHkFg .navbar .right-menu,
  .cid-sVELELHkFg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVELELHkFg .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVELELHkFg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVELELHkFg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVELELHkFg .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVELELHkFg .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVELELHkFg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVELELHkFg .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVELELHkFg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVELELHkFg .dropdown-item.active,
.cid-sVELELHkFg .dropdown-item:active {
  background-color: transparent;
}
.cid-sVELELHkFg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVELELHkFg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVELELHkFg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVELELHkFg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVELELHkFg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVELELHkFg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVELELHkFg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVELELHkFg .navbar-buttons {
  margin-left: auto;
}
.cid-sVELELHkFg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVELELHkFg button.navbar-toggler:hover {
  outline: none;
}
.cid-sVELELHkFg button.navbar-toggler:active {
  outline: none;
}
.cid-sVELELHkFg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVELELHkFg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVELELHkFg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELELHkFg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELELHkFg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVELELHkFg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELELHkFg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVELELHkFg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVELELHkFg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELELHkFg .navbar-dropdown {
  position: fixed;
}
.cid-sVELELHkFg a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVELELHkFg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVELELHkFg .right-menu,
.cid-sVELELHkFg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVELELHkFg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELELHkFg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELELHkFg .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELELHkFg .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELELHkFg .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVELELHkFg .brand-container {
    padding: 0;
  }
}
.cid-sVELELHkFg .card-wrapper {
  z-index: 3;
}
.cid-sVELELHkFg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVELELHkFg .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVELELHkFg .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVELELHkFg .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVELELHkFg .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVELELHkFg .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVELELHkFg .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVELELHkFg .navbar-caption {
  color: #ffffff;
}
.cid-sVELELHkFg .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVELELHkFg .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVELELHkFg .dropdown-toggle:after {
  display: none;
}
.cid-sVELELHkFg a:hover .line-animation,
.cid-sVELELHkFg a:focus .line-animation {
  opacity: 1;
}
.cid-sVELELHkFg .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVELELHkFg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVELELHkFg .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVELEMphA4 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVELEMphA4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVELEMphA4 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVELEMphA4 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVELEMphA4 .btn-primary-outline:active {
  color: gray;
}
.cid-sVELEMphA4 .btn-primary-outline:hover {
  color: white;
}
.cid-sVELEMphA4 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVELEMphA4 div {
  overflow: hidden;
}
.cid-sVELEMphA4 li.active .btn-primary-outline {
  color: white;
}
.cid-sVELEMphA4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVELEMphA4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVELEMphA4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVELEMphA4 .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVELEMphA4 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVELEMphA4 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVELEMphA4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVELEMphA4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVELEMphA4 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVELEMphA4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVELEMphA4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVETd314rD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETd314rD .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETd314rD img,
.cid-sVETd314rD .item-img {
  transition: transform 1.5s;
}
.cid-sVETd314rD .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETd314rD .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETd314rD .item-img {
    height: 140px;
  }
}
.cid-sVETd314rD .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETd314rD .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETd314rD .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETd314rD .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETd314rD .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETd314rD .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETd314rD .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETd314rD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETd314rD .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETd314rD .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETd314rD .soc-item::before,
.cid-sVETd314rD .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETd314rD .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETd314rD .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETd314rD .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETd314rD .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETd314rD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVELENl4Js {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVELENl4Js .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVELFEzd1t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVELFEzd1t nav.navbar {
  position: fixed;
}
.cid-sVELFEzd1t .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVELFEzd1t .nav-link:hover,
.cid-sVELFEzd1t .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVELFEzd1t .nav-item {
    position: relative;
  }
}
.cid-sVELFEzd1t .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVELFEzd1t .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVELFEzd1t .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVELFEzd1t .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVELFEzd1t .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVELFEzd1t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVELFEzd1t .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELFEzd1t .navbar.collapsed .navbar-collapse.show,
.cid-sVELFEzd1t .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELFEzd1t .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVELFEzd1t .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVELFEzd1t .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVELFEzd1t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVELFEzd1t .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVELFEzd1t .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELFEzd1t .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVELFEzd1t .navbar .navbar-collapse.show,
  .cid-sVELFEzd1t .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVELFEzd1t .navbar .navbar-collapse.show .brand-container,
  .cid-sVELFEzd1t .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVELFEzd1t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVELFEzd1t .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVELFEzd1t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVELFEzd1t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVELFEzd1t .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVELFEzd1t .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVELFEzd1t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVELFEzd1t .navbar .right-menu,
  .cid-sVELFEzd1t .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVELFEzd1t .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVELFEzd1t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVELFEzd1t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVELFEzd1t .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVELFEzd1t .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVELFEzd1t .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVELFEzd1t .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVELFEzd1t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVELFEzd1t .dropdown-item.active,
.cid-sVELFEzd1t .dropdown-item:active {
  background-color: transparent;
}
.cid-sVELFEzd1t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVELFEzd1t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVELFEzd1t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVELFEzd1t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVELFEzd1t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVELFEzd1t ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVELFEzd1t ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVELFEzd1t .navbar-buttons {
  margin-left: auto;
}
.cid-sVELFEzd1t button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVELFEzd1t button.navbar-toggler:hover {
  outline: none;
}
.cid-sVELFEzd1t button.navbar-toggler:active {
  outline: none;
}
.cid-sVELFEzd1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVELFEzd1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVELFEzd1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELFEzd1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELFEzd1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVELFEzd1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELFEzd1t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVELFEzd1t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVELFEzd1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELFEzd1t .navbar-dropdown {
  position: fixed;
}
.cid-sVELFEzd1t a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVELFEzd1t .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVELFEzd1t .right-menu,
.cid-sVELFEzd1t .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVELFEzd1t .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELFEzd1t .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELFEzd1t .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELFEzd1t .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELFEzd1t .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVELFEzd1t .brand-container {
    padding: 0;
  }
}
.cid-sVELFEzd1t .card-wrapper {
  z-index: 3;
}
.cid-sVELFEzd1t .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVELFEzd1t .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVELFEzd1t .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVELFEzd1t .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVELFEzd1t .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVELFEzd1t .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVELFEzd1t .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVELFEzd1t .navbar-caption {
  color: #ffffff;
}
.cid-sVELFEzd1t .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVELFEzd1t .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVELFEzd1t .dropdown-toggle:after {
  display: none;
}
.cid-sVELFEzd1t a:hover .line-animation,
.cid-sVELFEzd1t a:focus .line-animation {
  opacity: 1;
}
.cid-sVELFEzd1t .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVELFEzd1t .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVELFEzd1t .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVELFF14y1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVELFF14y1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVELFF14y1 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVELFF14y1 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVELFF14y1 .btn-primary-outline:active {
  color: gray;
}
.cid-sVELFF14y1 .btn-primary-outline:hover {
  color: white;
}
.cid-sVELFF14y1 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVELFF14y1 div {
  overflow: hidden;
}
.cid-sVELFF14y1 li.active .btn-primary-outline {
  color: white;
}
.cid-sVELFF14y1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVELFF14y1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVELFF14y1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVELFF14y1 .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVELFF14y1 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVELFF14y1 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVELFF14y1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVELFF14y1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVELFF14y1 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVELFF14y1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVELFF14y1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVETfsZIU8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETfsZIU8 .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETfsZIU8 img,
.cid-sVETfsZIU8 .item-img {
  transition: transform 1.5s;
}
.cid-sVETfsZIU8 .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETfsZIU8 .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETfsZIU8 .item-img {
    height: 140px;
  }
}
.cid-sVETfsZIU8 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETfsZIU8 .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETfsZIU8 .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETfsZIU8 .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETfsZIU8 .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETfsZIU8 .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETfsZIU8 .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETfsZIU8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETfsZIU8 .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETfsZIU8 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETfsZIU8 .soc-item::before,
.cid-sVETfsZIU8 .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETfsZIU8 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETfsZIU8 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETfsZIU8 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETfsZIU8 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETfsZIU8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVELFFulHf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVELFFulHf .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVELGb2KnA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVELGb2KnA nav.navbar {
  position: fixed;
}
.cid-sVELGb2KnA .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVELGb2KnA .nav-link:hover,
.cid-sVELGb2KnA .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVELGb2KnA .nav-item {
    position: relative;
  }
}
.cid-sVELGb2KnA .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVELGb2KnA .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVELGb2KnA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVELGb2KnA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVELGb2KnA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVELGb2KnA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVELGb2KnA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELGb2KnA .navbar.collapsed .navbar-collapse.show,
.cid-sVELGb2KnA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELGb2KnA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVELGb2KnA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVELGb2KnA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVELGb2KnA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVELGb2KnA .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVELGb2KnA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELGb2KnA .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVELGb2KnA .navbar .navbar-collapse.show,
  .cid-sVELGb2KnA .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVELGb2KnA .navbar .navbar-collapse.show .brand-container,
  .cid-sVELGb2KnA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVELGb2KnA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVELGb2KnA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVELGb2KnA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVELGb2KnA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVELGb2KnA .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVELGb2KnA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVELGb2KnA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVELGb2KnA .navbar .right-menu,
  .cid-sVELGb2KnA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVELGb2KnA .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVELGb2KnA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVELGb2KnA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVELGb2KnA .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVELGb2KnA .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVELGb2KnA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVELGb2KnA .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVELGb2KnA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVELGb2KnA .dropdown-item.active,
.cid-sVELGb2KnA .dropdown-item:active {
  background-color: transparent;
}
.cid-sVELGb2KnA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVELGb2KnA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVELGb2KnA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVELGb2KnA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVELGb2KnA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVELGb2KnA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVELGb2KnA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVELGb2KnA .navbar-buttons {
  margin-left: auto;
}
.cid-sVELGb2KnA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVELGb2KnA button.navbar-toggler:hover {
  outline: none;
}
.cid-sVELGb2KnA button.navbar-toggler:active {
  outline: none;
}
.cid-sVELGb2KnA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVELGb2KnA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVELGb2KnA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELGb2KnA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELGb2KnA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVELGb2KnA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELGb2KnA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVELGb2KnA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVELGb2KnA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELGb2KnA .navbar-dropdown {
  position: fixed;
}
.cid-sVELGb2KnA a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVELGb2KnA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVELGb2KnA .right-menu,
.cid-sVELGb2KnA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVELGb2KnA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELGb2KnA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELGb2KnA .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELGb2KnA .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELGb2KnA .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVELGb2KnA .brand-container {
    padding: 0;
  }
}
.cid-sVELGb2KnA .card-wrapper {
  z-index: 3;
}
.cid-sVELGb2KnA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVELGb2KnA .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVELGb2KnA .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVELGb2KnA .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVELGb2KnA .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVELGb2KnA .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVELGb2KnA .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVELGb2KnA .navbar-caption {
  color: #ffffff;
}
.cid-sVELGb2KnA .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVELGb2KnA .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVELGb2KnA .dropdown-toggle:after {
  display: none;
}
.cid-sVELGb2KnA a:hover .line-animation,
.cid-sVELGb2KnA a:focus .line-animation {
  opacity: 1;
}
.cid-sVELGb2KnA .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVELGb2KnA .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVELGb2KnA .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVELGbtyix {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVELGbtyix .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVELGbtyix .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVELGbtyix .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVELGbtyix .btn-primary-outline:active {
  color: gray;
}
.cid-sVELGbtyix .btn-primary-outline:hover {
  color: white;
}
.cid-sVELGbtyix .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVELGbtyix div {
  overflow: hidden;
}
.cid-sVELGbtyix li.active .btn-primary-outline {
  color: white;
}
.cid-sVELGbtyix .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVELGbtyix .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVELGbtyix .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVELGbtyix .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVELGbtyix .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVELGbtyix .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVELGbtyix .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVELGbtyix .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVELGbtyix .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVELGbtyix .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVELGbtyix .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVETiEwdva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETiEwdva .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETiEwdva img,
.cid-sVETiEwdva .item-img {
  transition: transform 1.5s;
}
.cid-sVETiEwdva .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETiEwdva .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETiEwdva .item-img {
    height: 140px;
  }
}
.cid-sVETiEwdva .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETiEwdva .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETiEwdva .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETiEwdva .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETiEwdva .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETiEwdva .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETiEwdva .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETiEwdva .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETiEwdva .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETiEwdva .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETiEwdva .soc-item::before,
.cid-sVETiEwdva .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETiEwdva .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETiEwdva .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETiEwdva .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETiEwdva .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETiEwdva .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVELGc3OKk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVELGc3OKk .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVELGCclPq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVELGCclPq nav.navbar {
  position: fixed;
}
.cid-sVELGCclPq .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVELGCclPq .nav-link:hover,
.cid-sVELGCclPq .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVELGCclPq .nav-item {
    position: relative;
  }
}
.cid-sVELGCclPq .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVELGCclPq .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVELGCclPq .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVELGCclPq .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVELGCclPq .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVELGCclPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVELGCclPq .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELGCclPq .navbar.collapsed .navbar-collapse.show,
.cid-sVELGCclPq .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELGCclPq .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVELGCclPq .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVELGCclPq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVELGCclPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVELGCclPq .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVELGCclPq .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELGCclPq .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVELGCclPq .navbar .navbar-collapse.show,
  .cid-sVELGCclPq .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVELGCclPq .navbar .navbar-collapse.show .brand-container,
  .cid-sVELGCclPq .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVELGCclPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVELGCclPq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVELGCclPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVELGCclPq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVELGCclPq .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVELGCclPq .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVELGCclPq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVELGCclPq .navbar .right-menu,
  .cid-sVELGCclPq .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVELGCclPq .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVELGCclPq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVELGCclPq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVELGCclPq .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVELGCclPq .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVELGCclPq .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVELGCclPq .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVELGCclPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVELGCclPq .dropdown-item.active,
.cid-sVELGCclPq .dropdown-item:active {
  background-color: transparent;
}
.cid-sVELGCclPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVELGCclPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVELGCclPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVELGCclPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVELGCclPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVELGCclPq ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVELGCclPq ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVELGCclPq .navbar-buttons {
  margin-left: auto;
}
.cid-sVELGCclPq button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVELGCclPq button.navbar-toggler:hover {
  outline: none;
}
.cid-sVELGCclPq button.navbar-toggler:active {
  outline: none;
}
.cid-sVELGCclPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVELGCclPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVELGCclPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELGCclPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELGCclPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVELGCclPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELGCclPq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVELGCclPq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVELGCclPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELGCclPq .navbar-dropdown {
  position: fixed;
}
.cid-sVELGCclPq a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVELGCclPq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVELGCclPq .right-menu,
.cid-sVELGCclPq .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVELGCclPq .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELGCclPq .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELGCclPq .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELGCclPq .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELGCclPq .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVELGCclPq .brand-container {
    padding: 0;
  }
}
.cid-sVELGCclPq .card-wrapper {
  z-index: 3;
}
.cid-sVELGCclPq .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVELGCclPq .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVELGCclPq .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVELGCclPq .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVELGCclPq .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVELGCclPq .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVELGCclPq .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVELGCclPq .navbar-caption {
  color: #ffffff;
}
.cid-sVELGCclPq .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVELGCclPq .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVELGCclPq .dropdown-toggle:after {
  display: none;
}
.cid-sVELGCclPq a:hover .line-animation,
.cid-sVELGCclPq a:focus .line-animation {
  opacity: 1;
}
.cid-sVELGCclPq .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVELGCclPq .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVELGCclPq .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVELGCENaP {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVELGCENaP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVELGCENaP .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVELGCENaP .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVELGCENaP .btn-primary-outline:active {
  color: gray;
}
.cid-sVELGCENaP .btn-primary-outline:hover {
  color: white;
}
.cid-sVELGCENaP .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVELGCENaP div {
  overflow: hidden;
}
.cid-sVELGCENaP li.active .btn-primary-outline {
  color: white;
}
.cid-sVELGCENaP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVELGCENaP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVELGCENaP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVELGCENaP .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVELGCENaP .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVELGCENaP .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVELGCENaP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVELGCENaP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVELGCENaP .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVELGCENaP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVELGCENaP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVETlrmxxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETlrmxxG .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETlrmxxG img,
.cid-sVETlrmxxG .item-img {
  transition: transform 1.5s;
}
.cid-sVETlrmxxG .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETlrmxxG .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETlrmxxG .item-img {
    height: 140px;
  }
}
.cid-sVETlrmxxG .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETlrmxxG .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETlrmxxG .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETlrmxxG .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETlrmxxG .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETlrmxxG .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETlrmxxG .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETlrmxxG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETlrmxxG .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETlrmxxG .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETlrmxxG .soc-item::before,
.cid-sVETlrmxxG .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETlrmxxG .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETlrmxxG .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETlrmxxG .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETlrmxxG .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETlrmxxG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVELGDhCZu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVELGDhCZu .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVELHgHwVf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVELHgHwVf nav.navbar {
  position: fixed;
}
.cid-sVELHgHwVf .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVELHgHwVf .nav-link:hover,
.cid-sVELHgHwVf .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVELHgHwVf .nav-item {
    position: relative;
  }
}
.cid-sVELHgHwVf .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVELHgHwVf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVELHgHwVf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVELHgHwVf .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVELHgHwVf .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVELHgHwVf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVELHgHwVf .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELHgHwVf .navbar.collapsed .navbar-collapse.show,
.cid-sVELHgHwVf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELHgHwVf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVELHgHwVf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVELHgHwVf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVELHgHwVf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVELHgHwVf .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVELHgHwVf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVELHgHwVf .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVELHgHwVf .navbar .navbar-collapse.show,
  .cid-sVELHgHwVf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVELHgHwVf .navbar .navbar-collapse.show .brand-container,
  .cid-sVELHgHwVf .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVELHgHwVf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVELHgHwVf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVELHgHwVf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVELHgHwVf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVELHgHwVf .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVELHgHwVf .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVELHgHwVf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVELHgHwVf .navbar .right-menu,
  .cid-sVELHgHwVf .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVELHgHwVf .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVELHgHwVf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVELHgHwVf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVELHgHwVf .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVELHgHwVf .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVELHgHwVf .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVELHgHwVf .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVELHgHwVf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVELHgHwVf .dropdown-item.active,
.cid-sVELHgHwVf .dropdown-item:active {
  background-color: transparent;
}
.cid-sVELHgHwVf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVELHgHwVf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVELHgHwVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVELHgHwVf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVELHgHwVf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVELHgHwVf ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVELHgHwVf ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVELHgHwVf .navbar-buttons {
  margin-left: auto;
}
.cid-sVELHgHwVf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVELHgHwVf button.navbar-toggler:hover {
  outline: none;
}
.cid-sVELHgHwVf button.navbar-toggler:active {
  outline: none;
}
.cid-sVELHgHwVf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVELHgHwVf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVELHgHwVf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELHgHwVf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVELHgHwVf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVELHgHwVf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELHgHwVf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVELHgHwVf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVELHgHwVf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVELHgHwVf .navbar-dropdown {
  position: fixed;
}
.cid-sVELHgHwVf a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVELHgHwVf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVELHgHwVf .right-menu,
.cid-sVELHgHwVf .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVELHgHwVf .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELHgHwVf .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVELHgHwVf .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELHgHwVf .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVELHgHwVf .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVELHgHwVf .brand-container {
    padding: 0;
  }
}
.cid-sVELHgHwVf .card-wrapper {
  z-index: 3;
}
.cid-sVELHgHwVf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVELHgHwVf .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVELHgHwVf .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVELHgHwVf .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVELHgHwVf .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVELHgHwVf .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVELHgHwVf .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVELHgHwVf .navbar-caption {
  color: #ffffff;
}
.cid-sVELHgHwVf .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVELHgHwVf .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVELHgHwVf .dropdown-toggle:after {
  display: none;
}
.cid-sVELHgHwVf a:hover .line-animation,
.cid-sVELHgHwVf a:focus .line-animation {
  opacity: 1;
}
.cid-sVELHgHwVf .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVELHgHwVf .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVELHgHwVf .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVELHh64rg {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVELHh64rg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVELHh64rg .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVELHh64rg .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVELHh64rg .btn-primary-outline:active {
  color: gray;
}
.cid-sVELHh64rg .btn-primary-outline:hover {
  color: white;
}
.cid-sVELHh64rg .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVELHh64rg div {
  overflow: hidden;
}
.cid-sVELHh64rg li.active .btn-primary-outline {
  color: white;
}
.cid-sVELHh64rg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVELHh64rg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVELHh64rg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVELHh64rg .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVELHh64rg .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVELHh64rg .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVELHh64rg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVELHh64rg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVELHh64rg .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVELHh64rg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVELHh64rg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVETo68oVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVETo68oVE .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVETo68oVE img,
.cid-sVETo68oVE .item-img {
  transition: transform 1.5s;
}
.cid-sVETo68oVE .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVETo68oVE .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVETo68oVE .item-img {
    height: 140px;
  }
}
.cid-sVETo68oVE .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVETo68oVE .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVETo68oVE .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVETo68oVE .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVETo68oVE .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVETo68oVE .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVETo68oVE .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVETo68oVE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVETo68oVE .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVETo68oVE .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVETo68oVE .soc-item::before,
.cid-sVETo68oVE .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVETo68oVE .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVETo68oVE .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVETo68oVE .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVETo68oVE .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVETo68oVE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVELHhHG85 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVELHhHG85 .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sVJP5uLqRh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVJP5uLqRh nav.navbar {
  position: fixed;
}
.cid-sVJP5uLqRh .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sVJP5uLqRh .nav-link:hover,
.cid-sVJP5uLqRh .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sVJP5uLqRh .nav-item {
    position: relative;
  }
}
.cid-sVJP5uLqRh .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sVJP5uLqRh .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVJP5uLqRh .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sVJP5uLqRh .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sVJP5uLqRh .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sVJP5uLqRh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVJP5uLqRh .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVJP5uLqRh .navbar.collapsed .navbar-collapse.show,
.cid-sVJP5uLqRh .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVJP5uLqRh .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sVJP5uLqRh .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sVJP5uLqRh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVJP5uLqRh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVJP5uLqRh .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sVJP5uLqRh .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVJP5uLqRh .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sVJP5uLqRh .navbar .navbar-collapse.show,
  .cid-sVJP5uLqRh .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sVJP5uLqRh .navbar .navbar-collapse.show .brand-container,
  .cid-sVJP5uLqRh .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sVJP5uLqRh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVJP5uLqRh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVJP5uLqRh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVJP5uLqRh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVJP5uLqRh .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sVJP5uLqRh .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVJP5uLqRh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sVJP5uLqRh .navbar .right-menu,
  .cid-sVJP5uLqRh .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sVJP5uLqRh .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sVJP5uLqRh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVJP5uLqRh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVJP5uLqRh .navbar {
    padding: 2rem 1rem;
  }
  .cid-sVJP5uLqRh .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sVJP5uLqRh .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVJP5uLqRh .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sVJP5uLqRh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVJP5uLqRh .dropdown-item.active,
.cid-sVJP5uLqRh .dropdown-item:active {
  background-color: transparent;
}
.cid-sVJP5uLqRh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVJP5uLqRh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sVJP5uLqRh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVJP5uLqRh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVJP5uLqRh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVJP5uLqRh ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sVJP5uLqRh ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sVJP5uLqRh .navbar-buttons {
  margin-left: auto;
}
.cid-sVJP5uLqRh button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sVJP5uLqRh button.navbar-toggler:hover {
  outline: none;
}
.cid-sVJP5uLqRh button.navbar-toggler:active {
  outline: none;
}
.cid-sVJP5uLqRh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVJP5uLqRh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVJP5uLqRh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVJP5uLqRh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVJP5uLqRh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVJP5uLqRh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVJP5uLqRh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sVJP5uLqRh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sVJP5uLqRh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVJP5uLqRh .navbar-dropdown {
  position: fixed;
}
.cid-sVJP5uLqRh a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sVJP5uLqRh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVJP5uLqRh .right-menu,
.cid-sVJP5uLqRh .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sVJP5uLqRh .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVJP5uLqRh .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVJP5uLqRh .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVJP5uLqRh .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sVJP5uLqRh .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sVJP5uLqRh .brand-container {
    padding: 0;
  }
}
.cid-sVJP5uLqRh .card-wrapper {
  z-index: 3;
}
.cid-sVJP5uLqRh .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sVJP5uLqRh .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sVJP5uLqRh .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sVJP5uLqRh .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sVJP5uLqRh .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sVJP5uLqRh .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sVJP5uLqRh .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sVJP5uLqRh .navbar-caption {
  color: #ffffff;
}
.cid-sVJP5uLqRh .navbar-caption:hover {
  color: #ffffff;
}
.cid-sVJP5uLqRh .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sVJP5uLqRh .dropdown-toggle:after {
  display: none;
}
.cid-sVJP5uLqRh a:hover .line-animation,
.cid-sVJP5uLqRh a:focus .line-animation {
  opacity: 1;
}
.cid-sVJP5uLqRh .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sVJP5uLqRh .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sVJP5uLqRh .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sVJP5vhn3S {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #41392e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVJP5vhn3S .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVJP5vhn3S .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sVJP5vhn3S .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sVJP5vhn3S .btn-primary-outline:active {
  color: gray;
}
.cid-sVJP5vhn3S .btn-primary-outline:hover {
  color: white;
}
.cid-sVJP5vhn3S .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sVJP5vhn3S div {
  overflow: hidden;
}
.cid-sVJP5vhn3S li.active .btn-primary-outline {
  color: white;
}
.cid-sVJP5vhn3S .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVJP5vhn3S .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVJP5vhn3S .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVJP5vhn3S .mbr-gallery-item {
  overflow: hidden;
}
.cid-sVJP5vhn3S .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sVJP5vhn3S .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sVJP5vhn3S .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #41392e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sVJP5vhn3S .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sVJP5vhn3S .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sVJP5vhn3S .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sVJP5vhn3S .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #41392e !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVJP5vIq9A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sVJP5vIq9A .mbr-text {
  font-family: 'EB Garamond';
  font-style: italic;
  color: #C0BCB7;
  text-align: left;
}
.cid-sVJP5vIq9A img,
.cid-sVJP5vIq9A .item-img {
  transition: transform 1.5s;
}
.cid-sVJP5vIq9A .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-sVJP5vIq9A .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-sVJP5vIq9A .item-img {
    height: 140px;
  }
}
.cid-sVJP5vIq9A .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sVJP5vIq9A .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-sVJP5vIq9A .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVJP5vIq9A .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-sVJP5vIq9A .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-sVJP5vIq9A .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-sVJP5vIq9A .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sVJP5vIq9A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sVJP5vIq9A .soc-item {
  font-family: 'Cormorant Garamond';
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sVJP5vIq9A .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sVJP5vIq9A .soc-item::before,
.cid-sVJP5vIq9A .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sVJP5vIq9A .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sVJP5vIq9A .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sVJP5vIq9A .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sVJP5vIq9A .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sVJP5vIq9A .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sVJP5wjITN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sVJP5wjITN .media-container-row .mbr-text {
  color: #9a948d;
}
