body {
  font-family: 'Josefin Sans', sans-serif;
}
.display-1 {
  font-family: 'Bebas Neue', sans-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: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #ff0000 !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !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: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !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: #a80000;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  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: #0d0d0d;
  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: #c79e58;
  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: #ff4f4f;
  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: #a80000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  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: #cfcfcf;
  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: #ff0000 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !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: #990000 !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: #ff0000;
}
.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: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.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: #ffcccc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.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: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ffffff !important;
  background-color: #ff0000 !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='%23ff0000' %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-sMzMR0CkOY {
  z-index: 1000;
  width: 100%;
}
.cid-sMzMR0CkOY nav.navbar {
  position: fixed;
}
.cid-sMzMR0CkOY .nav-link {
  transition: all .5s;
  border-bottom: 0px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sMzMR0CkOY .nav-link:hover,
.cid-sMzMR0CkOY .nav-link:focus {
  border-bottom: 0px solid #000000;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .nav-item {
    position: relative;
  }
}
.cid-sMzMR0CkOY .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;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .navbar {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 0px solid #C0BCB7;
  }
}
.cid-sMzMR0CkOY .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sMzMR0CkOY .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sMzMR0CkOY .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: .0rem 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMzMR0CkOY .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show,
  .cid-sMzMR0CkOY .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-sMzMR0CkOY .navbar .navbar-collapse.show .brand-container,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMzMR0CkOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMzMR0CkOY .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sMzMR0CkOY .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-sMzMR0CkOY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sMzMR0CkOY .navbar .right-menu,
  .cid-sMzMR0CkOY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMzMR0CkOY .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar {
    padding: 2rem 1rem;
  }
  .cid-sMzMR0CkOY .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sMzMR0CkOY .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-sMzMR0CkOY .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMzMR0CkOY .dropdown-item.active,
.cid-sMzMR0CkOY .dropdown-item:active {
  background-color: transparent;
}
.cid-sMzMR0CkOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMzMR0CkOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMzMR0CkOY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMzMR0CkOY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMzMR0CkOY .navbar-buttons {
  margin-left: auto;
}
.cid-sMzMR0CkOY 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-sMzMR0CkOY button.navbar-toggler:hover {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:active {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY .navbar-dropdown {
  position: fixed;
}
.cid-sMzMR0CkOY 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-sMzMR0CkOY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMzMR0CkOY .right-menu,
.cid-sMzMR0CkOY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .brand-container {
    padding: 0;
  }
}
.cid-sMzMR0CkOY .card-wrapper {
  z-index: 3;
}
.cid-sMzMR0CkOY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMzMR0CkOY .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sMzMR0CkOY .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sMzMR0CkOY .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sMzMR0CkOY .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sMzMR0CkOY .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 0px solid #41392e;
    width: 250px;
  }
}
.cid-sMzMR0CkOY .navbar-caption {
  color: #ffffff;
}
.cid-sMzMR0CkOY .navbar-caption:hover {
  color: #ffffff;
}
.cid-sMzMR0CkOY .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sMzMR0CkOY .dropdown-toggle:after {
  display: none;
}
.cid-sMzMR0CkOY a:hover .line-animation,
.cid-sMzMR0CkOY a:focus .line-animation {
  opacity: 1;
}
.cid-sMzMR0CkOY .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sMzMR0CkOY .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uPDuANbpFV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: black;
}
.cid-uPDuANbpFV img {
  width: 100px;
  margin: auto;
}
.cid-uPDuANbpFV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPDuANbpFV .card {
    max-width: 30%;
  }
}
.cid-uPDuANbpFV .mbr-section-title {
  color: #ffffff;
}
.cid-uOKDUO6VvC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOKDUO6VvC .mbr-section-title {
  color: #977741;
  text-align: center;
}
.cid-uOKDUO6VvC .mbr-text {
  color: #ffffff;
}
.cid-uOKFarnYz5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/page-bg.jpg-1700x1000.jpg");
}
.cid-uOKFarnYz5 .mbr-text {
  color: #9a948d;
}
.cid-uOKFarnYz5 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uOKFarnYz5 .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-uOKFarnYz5 .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-uOKFarnYz5 .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-uOKFarnYz5 .btn:hover .effectHover::before {
  border-top: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  transform: scale3d(1, 1, 1);
}
.cid-uOKFarnYz5 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uOKFarnYz5 .right {
    padding-right: 60px;
  }
}
.cid-uOKFarnYz5 .mbr-text,
.cid-uOKFarnYz5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOKFarnYz5 .mbr-section-title {
  text-align: left;
  color: #977741;
}
.cid-uPDKQTwcgA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPDKQTwcgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDKQTwcgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPDKQTwcgA .container {
    padding: 0 10px;
  }
}
.cid-uPDKQTwcgA .row {
  padding: 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPDKQTwcgA .row {
    padding: 10px;
  }
}
.cid-uPDKQTwcgA .title-wrapper {
  margin-bottom: 10px;
}
.cid-uPDKQTwcgA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPDKQTwcgA .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uPDKQTwcgA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPDKQTwcgA .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uPDKQTwcgA .title-wrapper .title-wrap .logo-wrap img {
  width: 105px;
  height: 85px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uPDKQTwcgA .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uPDKQTwcgA .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uPDKQTwcgA .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uPDKQTwcgA .nav-wrapper .list {
    display: block;
  }
}
.cid-uPDKQTwcgA .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPDKQTwcgA .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uPDKQTwcgA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uPDKQTwcgA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPDKQTwcgA .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uPDKQTwcgA .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uPDKQTwcgA .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uPDKQTwcgA .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uPDKQTwcgA .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uPDKQTwcgA .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uPDKQTwcgA .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uPDKQTwcgA .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uPDKQTwcgA .mbr-section-title,
.cid-uPDKQTwcgA .title-wrapper {
  color: #767676;
  text-align: center;
}
.cid-uPDKQTwcgA .list {
  color: #ffffff;
}
.cid-uPDKQTwcgA .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uPDKQTwcgA .list,
.cid-uPDKQTwcgA .nav-wrapper,
.cid-uPDKQTwcgA .soc-wrapper {
  text-align: center;
  color: #626262;
}
.cid-uPDyLEpEni {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: black;
}
.cid-uPDyLEpEni img {
  width: 100px;
  margin: auto;
}
.cid-uPDyLEpEni .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPDyLEpEni .card {
    max-width: 30%;
  }
}
.cid-uPDyLEpEni .mbr-section-title {
  color: #ffffff;
}
.cid-uPDyH6Upr1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPDyH6Upr1 .mbr-section-title {
  color: #977741;
  text-align: center;
}
.cid-uPDyH6Upr1 .mbr-text {
  color: #ffffff;
}
.cid-uPDyPIHY9e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/page-bg.jpg-1700x1000.jpg");
}
.cid-uPDyPIHY9e .mbr-text {
  color: #9a948d;
}
.cid-uPDyPIHY9e .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uPDyPIHY9e .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-uPDyPIHY9e .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-uPDyPIHY9e .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-uPDyPIHY9e .btn:hover .effectHover::before {
  border-top: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  transform: scale3d(1, 1, 1);
}
.cid-uPDyPIHY9e .btn:hover .effectHover::after {
  border-bottom: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-uPDyPIHY9e .right {
    padding-right: 60px;
  }
}
.cid-uPDyPIHY9e .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uPDyPIHY9e .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uPDyPIHY9e .mbr-section-title {
  text-align: right;
}
.cid-uPDyPIHY9e .mbr-text,
.cid-uPDyPIHY9e .mbr-section-btn {
  text-align: right;
}
.cid-uPDyPIHY9e .mbr-text,
.cid-uPDyPIHY9e .mbr-section-btn {
  color: #ffffff;
}
.cid-uPDyPIHY9e .mbr-section-title {
  text-align: right;
  color: #977741;
}
.cid-uQqPUjYRMj {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uQqPUjYRMj {
    align-items: center;
  }
  .cid-uQqPUjYRMj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQqPUjYRMj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQqPUjYRMj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQqPUjYRMj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQqPUjYRMj .content-wrap {
    width: 100%;
  }
}
.cid-uQqPUjYRMj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQqPUjYRMj .mbr-text,
.cid-uQqPUjYRMj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPm5UMrXqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPm5UMrXqw .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uPm5UMrXqw .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uPm5UMrXqw .item-img:hover img {
  transform: scale(1.15);
}
.cid-uPm5UMrXqw .item-img:hover:before {
  opacity: 0.5;
}
.cid-uPm5UMrXqw h5 {
  margin-bottom: 1rem;
}
.cid-uPm5UMrXqw .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uPm5UMrXqw .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uPm5UMrXqw img,
.cid-uPm5UMrXqw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uPm5UMrXqw .item:focus,
.cid-uPm5UMrXqw span:focus {
  outline: none;
}
.cid-uPm5UMrXqw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPm5UMrXqw .item {
    margin-bottom: 1rem;
  }
}
.cid-uPm5UMrXqw .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPm5UMrXqw .mbr-section-title {
  color: #977741;
}
.cid-uPm5UMrXqw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uPm5UMrXqw .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uPm5UMrXqw .mbr-text,
.cid-uPm5UMrXqw .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPm5UMrXqw .content-head {
  max-width: 800px;
}
.cid-uQqPByJ11R {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uQqPByJ11R {
    align-items: center;
  }
  .cid-uQqPByJ11R .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQqPByJ11R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQqPByJ11R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQqPByJ11R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQqPByJ11R .content-wrap {
    width: 100%;
  }
}
.cid-uQqPByJ11R .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQqPByJ11R .mbr-text,
.cid-uQqPByJ11R .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uY7Lg9fadK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uY7Lg9fadK .mbr-section-title {
  color: #ba9b67;
  text-align: center;
}
.cid-uY7Lg9fadK .mbr-text {
  color: #c0bcb7;
}
.cid-uPDTHJV6SZ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grunge01.jpg-2000x1500.jpg");
}
.cid-uPDTHJV6SZ .video-wrapper iframe {
  width: 100%;
}
.cid-uPDTHJV6SZ .mbr-section-title,
.cid-uPDTHJV6SZ .mbr-section-subtitle,
.cid-uPDTHJV6SZ .mbr-text {
  text-align: center;
}
.cid-uPDTHJV6SZ .mbr-section-title {
  color: #977741;
}
.cid-uPDTHJV6SZ .video {
  padding-top: 4rem;
}
.cid-uPDTHJV6SZ .mbr-text {
  color: #aaaaaa;
}
.cid-uQqGj5lxHl {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uQqGj5lxHl {
    align-items: center;
  }
  .cid-uQqGj5lxHl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQqGj5lxHl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQqGj5lxHl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQqGj5lxHl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQqGj5lxHl .content-wrap {
    width: 100%;
  }
}
.cid-uQqGj5lxHl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQqGj5lxHl .mbr-text,
.cid-uQqGj5lxHl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPDN7R35ri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/page-bg.jpg-1700x1000.jpg");
}
.cid-uPDN7R35ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDN7R35ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDN7R35ri .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPDN7R35ri .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPDN7R35ri .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uPDN7R35ri .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPDN7R35ri .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uPDN7R35ri .google-map {
  height: 100%;
  position: relative;
}
.cid-uPDN7R35ri .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPDN7R35ri .google-map iframe {
    min-height: 350px;
  }
}
.cid-uPDN7R35ri .google-map [data-state-details] {
  color: #4b4b4b;
  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-uPDN7R35ri .google-map[data-state] {
  background: #ffffff;
}
.cid-uPDN7R35ri .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPDN7R35ri ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uPDN7R35ri .content-head {
  max-width: 800px;
}
.cid-uPDN7R35ri .mbr-section-title {
  color: #977741;
}
.cid-uPDN7R35ri .cardTitle {
  color: #000000;
}
.cid-uPDN7R35ri .list,
.cid-uPDN7R35ri .item-wrap {
  color: #000000;
}
.cid-uQqGOSQWNb {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uQqGOSQWNb {
    align-items: center;
  }
  .cid-uQqGOSQWNb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQqGOSQWNb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQqGOSQWNb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQqGOSQWNb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQqGOSQWNb .content-wrap {
    width: 100%;
  }
}
.cid-uQqGOSQWNb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQqGOSQWNb .mbr-text,
.cid-uQqGOSQWNb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLAnx2TD61 {
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uLAnx2TD61 a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uLAnx2TD61 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #977741 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLAnx2TD61 .icon-transition span:hover {
  background-color: #ff0000;
}
.cid-uLAnx2TD61 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLAnx2TD61 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLAnx2TD61 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uLAnx2TD61 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uLAnx2TD61 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-uLAnx2TD61 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-uLAnx2TD61 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uLAnx2TD61 .plan-title,
.cid-uLAnx2TD61 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uLAnx2TD61 .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uLAnx2TD61 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uLAnx2TD61 .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uLAnx2TD61 .mbr-section-title {
  color: #e4b1b4;
}
.cid-uLAnx2TD61 .mbr-text {
  color: #fff7ee;
}
.cid-uV1nRIFS7K {
  z-index: 1000;
  width: 100%;
}
.cid-uV1nRIFS7K nav.navbar {
  position: fixed;
}
.cid-uV1nRIFS7K .nav-link {
  transition: all .5s;
  border-bottom: 0px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uV1nRIFS7K .nav-link:hover,
.cid-uV1nRIFS7K .nav-link:focus {
  border-bottom: 0px solid #000000;
}
@media (min-width: 992px) {
  .cid-uV1nRIFS7K .nav-item {
    position: relative;
  }
}
.cid-uV1nRIFS7K .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;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-uV1nRIFS7K .navbar {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 0px solid #C0BCB7;
  }
}
.cid-uV1nRIFS7K .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uV1nRIFS7K .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uV1nRIFS7K .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: .0rem 0;
}
@media (max-width: 991px) {
  .cid-uV1nRIFS7K .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uV1nRIFS7K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV1nRIFS7K .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uV1nRIFS7K .navbar.collapsed .navbar-collapse.show,
.cid-uV1nRIFS7K .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV1nRIFS7K .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uV1nRIFS7K .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uV1nRIFS7K .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV1nRIFS7K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV1nRIFS7K .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uV1nRIFS7K .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV1nRIFS7K .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uV1nRIFS7K .navbar .navbar-collapse.show,
  .cid-uV1nRIFS7K .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-uV1nRIFS7K .navbar .navbar-collapse.show .brand-container,
  .cid-uV1nRIFS7K .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uV1nRIFS7K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV1nRIFS7K .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV1nRIFS7K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV1nRIFS7K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV1nRIFS7K .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uV1nRIFS7K .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-uV1nRIFS7K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uV1nRIFS7K .navbar .right-menu,
  .cid-uV1nRIFS7K .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uV1nRIFS7K .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uV1nRIFS7K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV1nRIFS7K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uV1nRIFS7K .navbar {
    padding: 2rem 1rem;
  }
  .cid-uV1nRIFS7K .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uV1nRIFS7K .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-uV1nRIFS7K .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uV1nRIFS7K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV1nRIFS7K .dropdown-item.active,
.cid-uV1nRIFS7K .dropdown-item:active {
  background-color: transparent;
}
.cid-uV1nRIFS7K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV1nRIFS7K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uV1nRIFS7K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uV1nRIFS7K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV1nRIFS7K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV1nRIFS7K ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV1nRIFS7K ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uV1nRIFS7K .navbar-buttons {
  margin-left: auto;
}
.cid-uV1nRIFS7K 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-uV1nRIFS7K button.navbar-toggler:hover {
  outline: none;
}
.cid-uV1nRIFS7K button.navbar-toggler:active {
  outline: none;
}
.cid-uV1nRIFS7K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV1nRIFS7K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV1nRIFS7K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV1nRIFS7K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV1nRIFS7K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV1nRIFS7K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV1nRIFS7K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uV1nRIFS7K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uV1nRIFS7K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV1nRIFS7K .navbar-dropdown {
  position: fixed;
}
.cid-uV1nRIFS7K 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-uV1nRIFS7K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV1nRIFS7K .right-menu,
.cid-uV1nRIFS7K .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uV1nRIFS7K .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uV1nRIFS7K .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uV1nRIFS7K .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uV1nRIFS7K .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uV1nRIFS7K .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uV1nRIFS7K .brand-container {
    padding: 0;
  }
}
.cid-uV1nRIFS7K .card-wrapper {
  z-index: 3;
}
.cid-uV1nRIFS7K .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uV1nRIFS7K .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-uV1nRIFS7K .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-uV1nRIFS7K .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uV1nRIFS7K .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uV1nRIFS7K .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uV1nRIFS7K .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 0px solid #41392e;
    width: 250px;
  }
}
.cid-uV1nRIFS7K .navbar-caption {
  color: #ffffff;
}
.cid-uV1nRIFS7K .navbar-caption:hover {
  color: #ffffff;
}
.cid-uV1nRIFS7K .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-uV1nRIFS7K .dropdown-toggle:after {
  display: none;
}
.cid-uV1nRIFS7K a:hover .line-animation,
.cid-uV1nRIFS7K a:focus .line-animation {
  opacity: 1;
}
.cid-uV1nRIFS7K .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uV1nRIFS7K .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uV1nRIFS7K .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uV1nRKi6EN {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV1nRKi6EN .mbr-section-title {
  color: #977741;
  text-align: center;
}
.cid-uV1nRKi6EN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uV6Mwcjqdr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uV6Mwcjqdr .mbr-section-title {
  color: #977741;
  text-align: center;
}
.cid-uV6Mwcjqdr .mbr-text {
  color: #fff7ee;
  text-align: center;
}
.cid-uV1nRNRI95 {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV1nRNRI95 {
    align-items: center;
  }
  .cid-uV1nRNRI95 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV1nRNRI95 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV1nRNRI95 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV1nRNRI95 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV1nRNRI95 .content-wrap {
    width: 100%;
  }
}
.cid-uV1nRNRI95 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV1nRNRI95 .mbr-text,
.cid-uV1nRNRI95 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV1nRPxOod {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV1nRPxOod {
    align-items: center;
  }
  .cid-uV1nRPxOod .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV1nRPxOod .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV1nRPxOod {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV1nRPxOod .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV1nRPxOod .content-wrap {
    width: 100%;
  }
}
.cid-uV1nRPxOod .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV1nRPxOod .mbr-text,
.cid-uV1nRPxOod .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV1nRQShHS {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV1nRQShHS {
    align-items: center;
  }
  .cid-uV1nRQShHS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV1nRQShHS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV1nRQShHS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV1nRQShHS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV1nRQShHS .content-wrap {
    width: 100%;
  }
}
.cid-uV1nRQShHS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV1nRQShHS .mbr-text,
.cid-uV1nRQShHS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV1nRSqocw {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV1nRSqocw {
    align-items: center;
  }
  .cid-uV1nRSqocw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV1nRSqocw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV1nRSqocw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV1nRSqocw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV1nRSqocw .content-wrap {
    width: 100%;
  }
}
.cid-uV1nRSqocw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV1nRSqocw .mbr-text,
.cid-uV1nRSqocw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV1nRTbVEd {
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uV1nRTbVEd a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uV1nRTbVEd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #977741 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV1nRTbVEd .icon-transition span:hover {
  background-color: #ff0000;
}
.cid-uV1nRTbVEd .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV1nRTbVEd .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uV1nRTbVEd .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uV1nRTbVEd .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uV1nRTbVEd .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-uV1nRTbVEd .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-uV1nRTbVEd .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uV1nRTbVEd .plan-title,
.cid-uV1nRTbVEd .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uV1nRTbVEd .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uV1nRTbVEd .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uV1nRTbVEd .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uV1nRTbVEd .mbr-section-title {
  color: #e4b1b4;
}
.cid-uV1nRTbVEd .mbr-text {
  color: #fff7ee;
}
.cid-uV6O763oHA {
  z-index: 1000;
  width: 100%;
}
.cid-uV6O763oHA nav.navbar {
  position: fixed;
}
.cid-uV6O763oHA .nav-link {
  transition: all .5s;
  border-bottom: 0px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uV6O763oHA .nav-link:hover,
.cid-uV6O763oHA .nav-link:focus {
  border-bottom: 0px solid #000000;
}
@media (min-width: 992px) {
  .cid-uV6O763oHA .nav-item {
    position: relative;
  }
}
.cid-uV6O763oHA .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;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-uV6O763oHA .navbar {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 0px solid #C0BCB7;
  }
}
.cid-uV6O763oHA .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uV6O763oHA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uV6O763oHA .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: .0rem 0;
}
@media (max-width: 991px) {
  .cid-uV6O763oHA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uV6O763oHA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV6O763oHA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uV6O763oHA .navbar.collapsed .navbar-collapse.show,
.cid-uV6O763oHA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV6O763oHA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uV6O763oHA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uV6O763oHA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV6O763oHA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV6O763oHA .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uV6O763oHA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV6O763oHA .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uV6O763oHA .navbar .navbar-collapse.show,
  .cid-uV6O763oHA .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-uV6O763oHA .navbar .navbar-collapse.show .brand-container,
  .cid-uV6O763oHA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uV6O763oHA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV6O763oHA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV6O763oHA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV6O763oHA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uV6O763oHA .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uV6O763oHA .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-uV6O763oHA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uV6O763oHA .navbar .right-menu,
  .cid-uV6O763oHA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uV6O763oHA .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uV6O763oHA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uV6O763oHA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uV6O763oHA .navbar {
    padding: 2rem 1rem;
  }
  .cid-uV6O763oHA .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uV6O763oHA .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-uV6O763oHA .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uV6O763oHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV6O763oHA .dropdown-item.active,
.cid-uV6O763oHA .dropdown-item:active {
  background-color: transparent;
}
.cid-uV6O763oHA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV6O763oHA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uV6O763oHA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uV6O763oHA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV6O763oHA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV6O763oHA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uV6O763oHA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uV6O763oHA .navbar-buttons {
  margin-left: auto;
}
.cid-uV6O763oHA 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-uV6O763oHA button.navbar-toggler:hover {
  outline: none;
}
.cid-uV6O763oHA button.navbar-toggler:active {
  outline: none;
}
.cid-uV6O763oHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV6O763oHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV6O763oHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV6O763oHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV6O763oHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV6O763oHA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV6O763oHA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uV6O763oHA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uV6O763oHA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV6O763oHA .navbar-dropdown {
  position: fixed;
}
.cid-uV6O763oHA 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-uV6O763oHA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uV6O763oHA .right-menu,
.cid-uV6O763oHA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uV6O763oHA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uV6O763oHA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uV6O763oHA .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uV6O763oHA .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uV6O763oHA .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uV6O763oHA .brand-container {
    padding: 0;
  }
}
.cid-uV6O763oHA .card-wrapper {
  z-index: 3;
}
.cid-uV6O763oHA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uV6O763oHA .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-uV6O763oHA .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-uV6O763oHA .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uV6O763oHA .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uV6O763oHA .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uV6O763oHA .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 0px solid #41392e;
    width: 250px;
  }
}
.cid-uV6O763oHA .navbar-caption {
  color: #ffffff;
}
.cid-uV6O763oHA .navbar-caption:hover {
  color: #ffffff;
}
.cid-uV6O763oHA .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-uV6O763oHA .dropdown-toggle:after {
  display: none;
}
.cid-uV6O763oHA a:hover .line-animation,
.cid-uV6O763oHA a:focus .line-animation {
  opacity: 1;
}
.cid-uV6O763oHA .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uV6O763oHA .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uV6O763oHA .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uV6O76DL0u {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV6O76DL0u .mbr-section-title {
  color: #977741;
  text-align: center;
}
.cid-uV6O76DL0u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uV6O77D7r7 {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV6O77D7r7 {
    align-items: center;
  }
  .cid-uV6O77D7r7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV6O77D7r7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV6O77D7r7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV6O77D7r7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV6O77D7r7 .content-wrap {
    width: 100%;
  }
}
.cid-uV6O77D7r7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV6O77D7r7 .mbr-text,
.cid-uV6O77D7r7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV6O78bf1V {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV6O78bf1V {
    align-items: center;
  }
  .cid-uV6O78bf1V .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV6O78bf1V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV6O78bf1V {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV6O78bf1V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV6O78bf1V .content-wrap {
    width: 100%;
  }
}
.cid-uV6O78bf1V .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV6O78bf1V .mbr-text,
.cid-uV6O78bf1V .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV6O78EafC {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV6O78EafC {
    align-items: center;
  }
  .cid-uV6O78EafC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV6O78EafC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV6O78EafC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV6O78EafC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV6O78EafC .content-wrap {
    width: 100%;
  }
}
.cid-uV6O78EafC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV6O78EafC .mbr-text,
.cid-uV6O78EafC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV6O79cJT0 {
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #977741;
}
@media (min-width: 768px) {
  .cid-uV6O79cJT0 {
    align-items: center;
  }
  .cid-uV6O79cJT0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV6O79cJT0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uV6O79cJT0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV6O79cJT0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV6O79cJT0 .content-wrap {
    width: 100%;
  }
}
.cid-uV6O79cJT0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV6O79cJT0 .mbr-text,
.cid-uV6O79cJT0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV6O79Gd2p {
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uV6O79Gd2p a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uV6O79Gd2p .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #977741 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV6O79Gd2p .icon-transition span:hover {
  background-color: #ff0000;
}
.cid-uV6O79Gd2p .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV6O79Gd2p .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uV6O79Gd2p .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uV6O79Gd2p .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uV6O79Gd2p .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-uV6O79Gd2p .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-uV6O79Gd2p .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uV6O79Gd2p .plan-title,
.cid-uV6O79Gd2p .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uV6O79Gd2p .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uV6O79Gd2p .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uV6O79Gd2p .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uV6O79Gd2p .mbr-section-title {
  color: #e4b1b4;
}
.cid-uV6O79Gd2p .mbr-text {
  color: #fff7ee;
}
