.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Abril Fatface', display;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Abril Fatface', display;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #896e54 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #624e39 !important;
}
.bg-danger {
  background-color: #896e54 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #896e54 !important;
  border-color: #896e54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a5876b !important;
  border-color: #a5876b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a5876b !important;
  border-color: #a5876b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #430a02 !important;
  border-color: #430a02 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #751103 !important;
  border-color: #751103 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #751103 !important;
  border-color: #751103 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #624e39 !important;
  border-color: #624e39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #82684c !important;
  border-color: #82684c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #82684c !important;
  border-color: #82684c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #896e54 !important;
  border-color: #896e54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a5876b !important;
  border-color: #a5876b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a5876b !important;
  border-color: #a5876b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #896e54;
  color: #896e54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #534333 !important;
  background-color: transparent !important;
  border-color: #534333 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #896e54 !important;
  border-color: #896e54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #430a02;
  color: #430a02;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #430a02 !important;
  border-color: #430a02 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #624e39;
  color: #624e39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2b2219 !important;
  background-color: transparent !important;
  border-color: #2b2219 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #624e39 !important;
  border-color: #624e39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #896e54;
  color: #896e54;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #534333 !important;
  background-color: transparent !important;
  border-color: #534333 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #896e54 !important;
  border-color: #896e54 !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: #896e54 !important;
}
.text-secondary {
  color: #430a02 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #624e39 !important;
}
.text-danger {
  color: #896e54 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4a3b2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #221b13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4a3b2d !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;
}
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: #896e54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #624e39;
}
.alert-danger {
  background-color: #896e54;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #896e54;
  border-color: #896e54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #896e54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c2ae9b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ab8e6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c2ae9b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #896e54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #896e54;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #896e54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #896e54;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #896e54;
  border-bottom-color: #896e54;
}
.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: #896e54 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #430a02 !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='%23896e54' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vhDQHQS3Ql {
  background-color: transparent;
}
.cid-vhDQHQS3Ql .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhDQHQS3Ql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhDQHQS3Ql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhDQHQS3Ql .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhDQHQS3Ql .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhDQHQS3Ql .navbar.opened {
  transition: all 0.3s;
}
.cid-vhDQHQS3Ql .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhDQHQS3Ql .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhDQHQS3Ql .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhDQHQS3Ql .navbar.collapsed {
  justify-content: center;
}
.cid-vhDQHQS3Ql .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhDQHQS3Ql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhDQHQS3Ql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhDQHQS3Ql .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhDQHQS3Ql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhDQHQS3Ql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhDQHQS3Ql .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhDQHQS3Ql .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhDQHQS3Ql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhDQHQS3Ql .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhDQHQS3Ql .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhDQHQS3Ql .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhDQHQS3Ql .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhDQHQS3Ql .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhDQHQS3Ql .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhDQHQS3Ql .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhDQHQS3Ql .menu_box .navbar.opened,
  .cid-vhDQHQS3Ql .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhDQHQS3Ql .navbar-dropdown {
  position: relative !important;
}
.cid-vhDQHQS3Ql .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhDQHQS3Ql .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhDQHQS3Ql .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhDQHQS3Ql .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .nav-item {
    margin: 0 !important;
  }
}
.cid-vhDQHQS3Ql .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhDQHQS3Ql .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhDQHQS3Ql .nav-item .nav-link:hover,
.cid-vhDQHQS3Ql .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhDQHQS3Ql .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhDQHQS3Ql .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhDQHQS3Ql .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhDQHQS3Ql .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhDQHQS3Ql .offcanvas_box {
    display: none;
  }
}
.cid-vhDQHQS3Ql .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhDQHQS3Ql .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhDQHQS3Ql .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhDQHQS3Ql .container {
  display: flex;
  margin: auto;
}
.cid-vhDQHQS3Ql .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhDQHQS3Ql .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhDQHQS3Ql .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .navbar-nav {
    margin: 0;
  }
}
.cid-vhDQHQS3Ql .dropdown-menu,
.cid-vhDQHQS3Ql .navbar.opened {
  background-color: false !important;
}
.cid-vhDQHQS3Ql .nav-item:focus,
.cid-vhDQHQS3Ql .nav-link:focus {
  outline: none;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhDQHQS3Ql .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhDQHQS3Ql .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhDQHQS3Ql .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhDQHQS3Ql .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhDQHQS3Ql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhDQHQS3Ql .dropdown-item.active,
.cid-vhDQHQS3Ql .dropdown-item:active {
  background-color: transparent;
}
.cid-vhDQHQS3Ql .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhDQHQS3Ql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhDQHQS3Ql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhDQHQS3Ql .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhDQHQS3Ql ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhDQHQS3Ql .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhDQHQS3Ql button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhDQHQS3Ql .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhDQHQS3Ql .navbar {
    height: 70px;
  }
  .cid-vhDQHQS3Ql .navbar.opened {
    height: auto;
  }
  .cid-vhDQHQS3Ql .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhDQHQS3Ql .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhDQHQS3Ql .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhDQHQS3Ql .text_widget {
  margin-bottom: 32px;
}
.cid-vhDQHQS3Ql .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhDQHQS3Ql .text_widget a:hover,
.cid-vhDQHQS3Ql .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhDQHQS3Ql .navbar-caption {
  color: #050f0f;
}
.cid-vhDQHQS3Ql .mbr-section-subtitle,
.cid-vhDQHQS3Ql .text_widget,
.cid-vhDQHQS3Ql .mbr-section-btn {
  text-align: center;
}
.cid-vhDQHQS3Ql a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhDU1DmZRb {
  display: flex;
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cowboy-photorealistic-environment.webp");
}
.cid-vhDU1DmZRb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhDU1DmZRb {
    align-items: flex-end;
  }
  .cid-vhDU1DmZRb .row {
    justify-content: center;
  }
  .cid-vhDU1DmZRb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhDU1DmZRb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhDU1DmZRb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhDU1DmZRb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhDU1DmZRb .content-wrap {
    width: 100%;
  }
}
.cid-vhDU1DmZRb .mbr-section-title,
.cid-vhDU1DmZRb .mbr-section-subtitle {
  text-align: center;
}
.cid-vhDU1DmZRb .mbr-text,
.cid-vhDU1DmZRb .mbr-section-btn {
  text-align: center;
}
.cid-vhE0co1bph {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6dacc;
}
.cid-vhE0co1bph h6 {
  line-height: 1.2;
}
.cid-vhE0co1bph img,
.cid-vhE0co1bph .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhE0co1bph .item:focus,
.cid-vhE0co1bph span:focus {
  outline: none;
}
.cid-vhE0co1bph .item-img a {
  cursor: pointer;
}
.cid-vhE0co1bph .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vhE0co1bph .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-vhE0co1bph .mbr-section-title {
  color: #281601;
}
.cid-vhE0co1bph .mbr-text,
.cid-vhE0co1bph .mbr-section-btn {
  color: #000000;
}
.cid-vhE0co1bph .item-title {
  color: #000000;
  text-align: center;
}
.cid-vhE0co1bph .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vhE0co1bph .item-text {
  color: #000000;
  text-align: center;
}
.cid-vhE0co1bph .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vhE0co1bph .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-vhE8zBoFAb {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-vhE8zBoFAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhE8zBoFAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhE8zBoFAb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhE8zBoFAb .row {
  flex-direction: row-reverse;
}
.cid-vhE8zBoFAb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhE8zBoFAb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhE8zBoFAb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhE8zBoFAb .mbr-section-title {
  color: #d4bfab;
}
.cid-vhE8zBoFAb .mbr-text,
.cid-vhE8zBoFAb .mbr-section-btn {
  color: #edefeb;
}
.cid-vhEc1DHYl4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhEc1DHYl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhEc1DHYl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhEc1DHYl4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .container {
    padding: 0 6px;
  }
}
.cid-vhEc1DHYl4 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 30px;
  }
}
.cid-vhEc1DHYl4 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhEc1DHYl4 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .title-wrapper {
    padding: 0;
  }
}
.cid-vhEc1DHYl4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhEc1DHYl4 .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhEc1DHYl4 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhEc1DHYl4 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .list-wrapper {
    padding: 0;
  }
}
.cid-vhEc1DHYl4 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhEc1DHYl4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap:hover,
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhEc1DHYl4 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhEc1DHYl4 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhEc1DHYl4 .mbr-section-title {
  color: #ffffff;
}
.cid-vhEc1DHYl4 .list-title {
  color: #ffffff;
}
.cid-vhEc1DHYl4 .list {
  color: #ffffff;
}
.cid-vhEc1DHYl4 .mbr-section-title,
.cid-vhEc1DHYl4 .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhEc1DHYl4 .list,
.cid-vhEc1DHYl4 .item-wrap {
  color: #e7e3e0;
}
.cid-vhDQHQS3Ql {
  background-color: transparent;
}
.cid-vhDQHQS3Ql .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhDQHQS3Ql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhDQHQS3Ql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhDQHQS3Ql .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhDQHQS3Ql .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhDQHQS3Ql .navbar.opened {
  transition: all 0.3s;
}
.cid-vhDQHQS3Ql .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhDQHQS3Ql .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhDQHQS3Ql .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhDQHQS3Ql .navbar.collapsed {
  justify-content: center;
}
.cid-vhDQHQS3Ql .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhDQHQS3Ql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhDQHQS3Ql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhDQHQS3Ql .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhDQHQS3Ql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhDQHQS3Ql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhDQHQS3Ql .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhDQHQS3Ql .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhDQHQS3Ql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhDQHQS3Ql .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhDQHQS3Ql .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhDQHQS3Ql .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhDQHQS3Ql .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhDQHQS3Ql .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhDQHQS3Ql .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhDQHQS3Ql .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhDQHQS3Ql .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhDQHQS3Ql .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhDQHQS3Ql .menu_box .navbar.opened,
  .cid-vhDQHQS3Ql .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhDQHQS3Ql .navbar-dropdown {
  position: relative !important;
}
.cid-vhDQHQS3Ql .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhDQHQS3Ql .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhDQHQS3Ql .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhDQHQS3Ql .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .nav-item {
    margin: 0 !important;
  }
}
.cid-vhDQHQS3Ql .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhDQHQS3Ql .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhDQHQS3Ql .nav-item .nav-link:hover,
.cid-vhDQHQS3Ql .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhDQHQS3Ql .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhDQHQS3Ql .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhDQHQS3Ql .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhDQHQS3Ql .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhDQHQS3Ql .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhDQHQS3Ql .offcanvas_box {
    display: none;
  }
}
.cid-vhDQHQS3Ql .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhDQHQS3Ql .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhDQHQS3Ql .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhDQHQS3Ql .container {
  display: flex;
  margin: auto;
}
.cid-vhDQHQS3Ql .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhDQHQS3Ql .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhDQHQS3Ql .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .navbar-nav {
    margin: 0;
  }
}
.cid-vhDQHQS3Ql .dropdown-menu,
.cid-vhDQHQS3Ql .navbar.opened {
  background-color: false !important;
}
.cid-vhDQHQS3Ql .nav-item:focus,
.cid-vhDQHQS3Ql .nav-link:focus {
  outline: none;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhDQHQS3Ql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhDQHQS3Ql .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhDQHQS3Ql .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhDQHQS3Ql .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhDQHQS3Ql .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhDQHQS3Ql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhDQHQS3Ql .dropdown-item.active,
.cid-vhDQHQS3Ql .dropdown-item:active {
  background-color: transparent;
}
.cid-vhDQHQS3Ql .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhDQHQS3Ql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhDQHQS3Ql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhDQHQS3Ql .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhDQHQS3Ql ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhDQHQS3Ql .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhDQHQS3Ql button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhDQHQS3Ql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhDQHQS3Ql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhDQHQS3Ql a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhDQHQS3Ql .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhDQHQS3Ql .navbar {
    height: 70px;
  }
  .cid-vhDQHQS3Ql .navbar.opened {
    height: auto;
  }
  .cid-vhDQHQS3Ql .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhDQHQS3Ql .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhDQHQS3Ql .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhDQHQS3Ql .text_widget {
  margin-bottom: 32px;
}
.cid-vhDQHQS3Ql .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhDQHQS3Ql .text_widget a:hover,
.cid-vhDQHQS3Ql .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhDQHQS3Ql .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhDQHQS3Ql .navbar-caption {
  color: #050f0f;
}
.cid-vhDQHQS3Ql .mbr-section-subtitle,
.cid-vhDQHQS3Ql .text_widget,
.cid-vhDQHQS3Ql .mbr-section-btn {
  text-align: center;
}
.cid-vhDQHQS3Ql a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhEkTgVzGA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhEkTgVzGA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhEkTgVzGA .item {
    margin-bottom: 1rem;
  }
}
.cid-vhEkTgVzGA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhEkTgVzGA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhEkTgVzGA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhEkTgVzGA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhEkTgVzGA .carousel-control,
.cid-vhEkTgVzGA .close {
  background: #1b1b1b;
}
.cid-vhEkTgVzGA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhEkTgVzGA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhEkTgVzGA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhEkTgVzGA .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhEkTgVzGA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhEkTgVzGA .close::before {
  content: '\e91a';
}
.cid-vhEkTgVzGA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhEkTgVzGA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhEkTgVzGA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEkTgVzGA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhEkTgVzGA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhEkTgVzGA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhEkTgVzGA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhEkTgVzGA .carousel-indicators li.active,
.cid-vhEkTgVzGA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhEkTgVzGA .carousel-indicators li::after,
.cid-vhEkTgVzGA .carousel-indicators li::before {
  content: none;
}
.cid-vhEkTgVzGA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhEkTgVzGA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEkTgVzGA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhEkTgVzGA .carousel-indicators {
    display: none;
  }
}
.cid-vhEkTgVzGA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhEkTgVzGA .carousel-inner > .active {
  display: block;
}
.cid-vhEkTgVzGA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEkTgVzGA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhEkTgVzGA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhEkTgVzGA .carousel-control,
  .cid-vhEkTgVzGA .carousel-indicators,
  .cid-vhEkTgVzGA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhEkTgVzGA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhEkTgVzGA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhEkTgVzGA .carousel-indicators .active,
.cid-vhEkTgVzGA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhEkTgVzGA .carousel-indicators .active {
  background: #fff;
}
.cid-vhEkTgVzGA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhEkTgVzGA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhEkTgVzGA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhEkTgVzGA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhEkTgVzGA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhEkTgVzGA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhEkTgVzGA .carousel {
  width: 100%;
}
.cid-vhEkTgVzGA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhEkTgVzGA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhEkTgVzGA .modal.fade .modal-dialog,
.cid-vhEkTgVzGA .modal.in .modal-dialog {
  transform: none;
}
.cid-vhEkTgVzGA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhEkTgVzGA .content-head {
  max-width: 800px;
}
.cid-vhEkTgVzGA .mbr-section-title {
  color: #432202;
}
.cid-vhEc1DHYl4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhEc1DHYl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhEc1DHYl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhEc1DHYl4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .container {
    padding: 0 6px;
  }
}
.cid-vhEc1DHYl4 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhEc1DHYl4 .row {
    padding: 50px 30px;
  }
}
.cid-vhEc1DHYl4 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhEc1DHYl4 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .title-wrapper {
    padding: 0;
  }
}
.cid-vhEc1DHYl4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhEc1DHYl4 .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhEc1DHYl4 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhEc1DHYl4 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhEc1DHYl4 .list-wrapper {
    padding: 0;
  }
}
.cid-vhEc1DHYl4 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhEc1DHYl4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap:hover,
.cid-vhEc1DHYl4 .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhEc1DHYl4 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhEc1DHYl4 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhEc1DHYl4 .mbr-section-title {
  color: #ffffff;
}
.cid-vhEc1DHYl4 .list-title {
  color: #ffffff;
}
.cid-vhEc1DHYl4 .list {
  color: #ffffff;
}
.cid-vhEc1DHYl4 .mbr-section-title,
.cid-vhEc1DHYl4 .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhEc1DHYl4 .list,
.cid-vhEc1DHYl4 .item-wrap {
  color: #e7e3e0;
}
.cid-vhEo4iu8bk {
  background-color: transparent;
}
.cid-vhEo4iu8bk .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhEo4iu8bk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhEo4iu8bk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhEo4iu8bk .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhEo4iu8bk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhEo4iu8bk .navbar.opened {
  transition: all 0.3s;
}
.cid-vhEo4iu8bk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhEo4iu8bk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhEo4iu8bk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhEo4iu8bk .navbar.collapsed {
  justify-content: center;
}
.cid-vhEo4iu8bk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhEo4iu8bk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhEo4iu8bk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhEo4iu8bk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhEo4iu8bk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhEo4iu8bk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhEo4iu8bk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhEo4iu8bk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhEo4iu8bk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhEo4iu8bk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhEo4iu8bk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhEo4iu8bk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhEo4iu8bk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhEo4iu8bk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhEo4iu8bk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhEo4iu8bk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhEo4iu8bk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhEo4iu8bk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhEo4iu8bk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhEo4iu8bk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhEo4iu8bk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhEo4iu8bk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhEo4iu8bk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhEo4iu8bk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhEo4iu8bk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhEo4iu8bk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhEo4iu8bk .menu_box .navbar.opened,
  .cid-vhEo4iu8bk .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhEo4iu8bk .navbar-dropdown {
  position: relative !important;
}
.cid-vhEo4iu8bk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhEo4iu8bk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhEo4iu8bk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhEo4iu8bk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhEo4iu8bk .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhEo4iu8bk .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhEo4iu8bk .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhEo4iu8bk .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhEo4iu8bk .nav-item {
    margin: 0 !important;
  }
}
.cid-vhEo4iu8bk .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhEo4iu8bk .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhEo4iu8bk .nav-item .nav-link:hover,
.cid-vhEo4iu8bk .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhEo4iu8bk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhEo4iu8bk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhEo4iu8bk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEo4iu8bk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhEo4iu8bk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhEo4iu8bk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhEo4iu8bk .offcanvas_box {
    display: none;
  }
}
.cid-vhEo4iu8bk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhEo4iu8bk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhEo4iu8bk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhEo4iu8bk .container {
  display: flex;
  margin: auto;
}
.cid-vhEo4iu8bk .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEo4iu8bk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhEo4iu8bk .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhEo4iu8bk .navbar-nav {
    margin: 0;
  }
}
.cid-vhEo4iu8bk .dropdown-menu,
.cid-vhEo4iu8bk .navbar.opened {
  background-color: false !important;
}
.cid-vhEo4iu8bk .nav-item:focus,
.cid-vhEo4iu8bk .nav-link:focus {
  outline: none;
}
.cid-vhEo4iu8bk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhEo4iu8bk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhEo4iu8bk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhEo4iu8bk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhEo4iu8bk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhEo4iu8bk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhEo4iu8bk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhEo4iu8bk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhEo4iu8bk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhEo4iu8bk .dropdown-item.active,
.cid-vhEo4iu8bk .dropdown-item:active {
  background-color: transparent;
}
.cid-vhEo4iu8bk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhEo4iu8bk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhEo4iu8bk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhEo4iu8bk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhEo4iu8bk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhEo4iu8bk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhEo4iu8bk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhEo4iu8bk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhEo4iu8bk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhEo4iu8bk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEo4iu8bk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEo4iu8bk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhEo4iu8bk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEo4iu8bk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhEo4iu8bk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhEo4iu8bk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEo4iu8bk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhEo4iu8bk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhEo4iu8bk .navbar {
    height: 70px;
  }
  .cid-vhEo4iu8bk .navbar.opened {
    height: auto;
  }
  .cid-vhEo4iu8bk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhEo4iu8bk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhEo4iu8bk .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhEo4iu8bk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhEo4iu8bk .text_widget {
  margin-bottom: 32px;
}
.cid-vhEo4iu8bk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhEo4iu8bk .text_widget a:hover,
.cid-vhEo4iu8bk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhEo4iu8bk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhEo4iu8bk .navbar-caption {
  color: #050f0f;
}
.cid-vhEo4iu8bk .mbr-section-subtitle,
.cid-vhEo4iu8bk .text_widget,
.cid-vhEo4iu8bk .mbr-section-btn {
  text-align: center;
}
.cid-vhEo4iu8bk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhEo4gudRR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhEo4gudRR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhEo4gudRR .item {
    margin-bottom: 1rem;
  }
}
.cid-vhEo4gudRR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhEo4gudRR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhEo4gudRR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhEo4gudRR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhEo4gudRR .carousel-control,
.cid-vhEo4gudRR .close {
  background: #1b1b1b;
}
.cid-vhEo4gudRR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhEo4gudRR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhEo4gudRR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhEo4gudRR .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhEo4gudRR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhEo4gudRR .close::before {
  content: '\e91a';
}
.cid-vhEo4gudRR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhEo4gudRR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhEo4gudRR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEo4gudRR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhEo4gudRR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhEo4gudRR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhEo4gudRR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhEo4gudRR .carousel-indicators li.active,
.cid-vhEo4gudRR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhEo4gudRR .carousel-indicators li::after,
.cid-vhEo4gudRR .carousel-indicators li::before {
  content: none;
}
.cid-vhEo4gudRR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhEo4gudRR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEo4gudRR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhEo4gudRR .carousel-indicators {
    display: none;
  }
}
.cid-vhEo4gudRR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhEo4gudRR .carousel-inner > .active {
  display: block;
}
.cid-vhEo4gudRR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEo4gudRR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhEo4gudRR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhEo4gudRR .carousel-control,
  .cid-vhEo4gudRR .carousel-indicators,
  .cid-vhEo4gudRR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhEo4gudRR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhEo4gudRR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhEo4gudRR .carousel-indicators .active,
.cid-vhEo4gudRR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhEo4gudRR .carousel-indicators .active {
  background: #fff;
}
.cid-vhEo4gudRR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhEo4gudRR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhEo4gudRR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhEo4gudRR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhEo4gudRR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhEo4gudRR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhEo4gudRR .carousel {
  width: 100%;
}
.cid-vhEo4gudRR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhEo4gudRR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhEo4gudRR .modal.fade .modal-dialog,
.cid-vhEo4gudRR .modal.in .modal-dialog {
  transform: none;
}
.cid-vhEo4gudRR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhEo4gudRR .content-head {
  max-width: 800px;
}
.cid-vhEo4gudRR .mbr-section-title {
  color: #432202;
}
.cid-vhEo4jpuH5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhEo4jpuH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhEo4jpuH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhEo4jpuH5 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhEo4jpuH5 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhEo4jpuH5 .container {
    padding: 0 6px;
  }
}
.cid-vhEo4jpuH5 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhEo4jpuH5 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhEo4jpuH5 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhEo4jpuH5 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhEo4jpuH5 .row {
    padding: 50px 30px;
  }
}
.cid-vhEo4jpuH5 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhEo4jpuH5 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhEo4jpuH5 .title-wrapper {
    padding: 0;
  }
}
.cid-vhEo4jpuH5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhEo4jpuH5 .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhEo4jpuH5 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhEo4jpuH5 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhEo4jpuH5 .list-wrapper {
    padding: 0;
  }
}
.cid-vhEo4jpuH5 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhEo4jpuH5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhEo4jpuH5 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEo4jpuH5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhEo4jpuH5 .list-wrapper .list .item-wrap:hover,
.cid-vhEo4jpuH5 .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhEo4jpuH5 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhEo4jpuH5 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhEo4jpuH5 .mbr-section-title {
  color: #ffffff;
}
.cid-vhEo4jpuH5 .list-title {
  color: #ffffff;
}
.cid-vhEo4jpuH5 .list {
  color: #ffffff;
}
.cid-vhEo4jpuH5 .mbr-section-title,
.cid-vhEo4jpuH5 .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhEo4jpuH5 .list,
.cid-vhEo4jpuH5 .item-wrap {
  color: #e7e3e0;
}
.cid-vhEt0PeTiz {
  background-color: transparent;
}
.cid-vhEt0PeTiz .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhEt0PeTiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhEt0PeTiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhEt0PeTiz .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhEt0PeTiz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhEt0PeTiz .navbar.opened {
  transition: all 0.3s;
}
.cid-vhEt0PeTiz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhEt0PeTiz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhEt0PeTiz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhEt0PeTiz .navbar.collapsed {
  justify-content: center;
}
.cid-vhEt0PeTiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhEt0PeTiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhEt0PeTiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhEt0PeTiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhEt0PeTiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhEt0PeTiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhEt0PeTiz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhEt0PeTiz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhEt0PeTiz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhEt0PeTiz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhEt0PeTiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhEt0PeTiz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhEt0PeTiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhEt0PeTiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhEt0PeTiz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhEt0PeTiz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhEt0PeTiz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhEt0PeTiz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhEt0PeTiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhEt0PeTiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhEt0PeTiz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhEt0PeTiz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhEt0PeTiz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhEt0PeTiz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhEt0PeTiz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhEt0PeTiz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhEt0PeTiz .menu_box .navbar.opened,
  .cid-vhEt0PeTiz .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhEt0PeTiz .navbar-dropdown {
  position: relative !important;
}
.cid-vhEt0PeTiz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhEt0PeTiz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhEt0PeTiz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhEt0PeTiz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhEt0PeTiz .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhEt0PeTiz .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhEt0PeTiz .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhEt0PeTiz .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhEt0PeTiz .nav-item {
    margin: 0 !important;
  }
}
.cid-vhEt0PeTiz .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhEt0PeTiz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhEt0PeTiz .nav-item .nav-link:hover,
.cid-vhEt0PeTiz .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhEt0PeTiz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhEt0PeTiz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhEt0PeTiz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEt0PeTiz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhEt0PeTiz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhEt0PeTiz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhEt0PeTiz .offcanvas_box {
    display: none;
  }
}
.cid-vhEt0PeTiz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhEt0PeTiz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhEt0PeTiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhEt0PeTiz .container {
  display: flex;
  margin: auto;
}
.cid-vhEt0PeTiz .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEt0PeTiz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhEt0PeTiz .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhEt0PeTiz .navbar-nav {
    margin: 0;
  }
}
.cid-vhEt0PeTiz .dropdown-menu,
.cid-vhEt0PeTiz .navbar.opened {
  background-color: false !important;
}
.cid-vhEt0PeTiz .nav-item:focus,
.cid-vhEt0PeTiz .nav-link:focus {
  outline: none;
}
.cid-vhEt0PeTiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhEt0PeTiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhEt0PeTiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhEt0PeTiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhEt0PeTiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhEt0PeTiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhEt0PeTiz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhEt0PeTiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhEt0PeTiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhEt0PeTiz .dropdown-item.active,
.cid-vhEt0PeTiz .dropdown-item:active {
  background-color: transparent;
}
.cid-vhEt0PeTiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhEt0PeTiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhEt0PeTiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhEt0PeTiz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhEt0PeTiz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhEt0PeTiz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhEt0PeTiz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhEt0PeTiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhEt0PeTiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhEt0PeTiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEt0PeTiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEt0PeTiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhEt0PeTiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEt0PeTiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhEt0PeTiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhEt0PeTiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEt0PeTiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhEt0PeTiz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhEt0PeTiz .navbar {
    height: 70px;
  }
  .cid-vhEt0PeTiz .navbar.opened {
    height: auto;
  }
  .cid-vhEt0PeTiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhEt0PeTiz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhEt0PeTiz .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhEt0PeTiz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhEt0PeTiz .text_widget {
  margin-bottom: 32px;
}
.cid-vhEt0PeTiz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhEt0PeTiz .text_widget a:hover,
.cid-vhEt0PeTiz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhEt0PeTiz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhEt0PeTiz .navbar-caption {
  color: #050f0f;
}
.cid-vhEt0PeTiz .mbr-section-subtitle,
.cid-vhEt0PeTiz .text_widget,
.cid-vhEt0PeTiz .mbr-section-btn {
  text-align: center;
}
.cid-vhEt0PeTiz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhEt0N7px6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhEt0N7px6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhEt0N7px6 .item {
    margin-bottom: 1rem;
  }
}
.cid-vhEt0N7px6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhEt0N7px6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhEt0N7px6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhEt0N7px6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhEt0N7px6 .carousel-control,
.cid-vhEt0N7px6 .close {
  background: #1b1b1b;
}
.cid-vhEt0N7px6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhEt0N7px6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhEt0N7px6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhEt0N7px6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhEt0N7px6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhEt0N7px6 .close::before {
  content: '\e91a';
}
.cid-vhEt0N7px6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhEt0N7px6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhEt0N7px6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEt0N7px6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhEt0N7px6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhEt0N7px6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhEt0N7px6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhEt0N7px6 .carousel-indicators li.active,
.cid-vhEt0N7px6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhEt0N7px6 .carousel-indicators li::after,
.cid-vhEt0N7px6 .carousel-indicators li::before {
  content: none;
}
.cid-vhEt0N7px6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhEt0N7px6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEt0N7px6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhEt0N7px6 .carousel-indicators {
    display: none;
  }
}
.cid-vhEt0N7px6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhEt0N7px6 .carousel-inner > .active {
  display: block;
}
.cid-vhEt0N7px6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEt0N7px6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhEt0N7px6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhEt0N7px6 .carousel-control,
  .cid-vhEt0N7px6 .carousel-indicators,
  .cid-vhEt0N7px6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhEt0N7px6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhEt0N7px6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhEt0N7px6 .carousel-indicators .active,
.cid-vhEt0N7px6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhEt0N7px6 .carousel-indicators .active {
  background: #fff;
}
.cid-vhEt0N7px6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhEt0N7px6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhEt0N7px6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhEt0N7px6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhEt0N7px6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhEt0N7px6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhEt0N7px6 .carousel {
  width: 100%;
}
.cid-vhEt0N7px6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhEt0N7px6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhEt0N7px6 .modal.fade .modal-dialog,
.cid-vhEt0N7px6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vhEt0N7px6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhEt0N7px6 .content-head {
  max-width: 800px;
}
.cid-vhEt0N7px6 .mbr-section-title {
  color: #432202;
}
.cid-vhEt0QcWAa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhEt0QcWAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhEt0QcWAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhEt0QcWAa .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhEt0QcWAa .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhEt0QcWAa .container {
    padding: 0 6px;
  }
}
.cid-vhEt0QcWAa .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhEt0QcWAa .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhEt0QcWAa .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhEt0QcWAa .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhEt0QcWAa .row {
    padding: 50px 30px;
  }
}
.cid-vhEt0QcWAa .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhEt0QcWAa .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhEt0QcWAa .title-wrapper {
    padding: 0;
  }
}
.cid-vhEt0QcWAa .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhEt0QcWAa .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhEt0QcWAa .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhEt0QcWAa .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhEt0QcWAa .list-wrapper {
    padding: 0;
  }
}
.cid-vhEt0QcWAa .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhEt0QcWAa .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhEt0QcWAa .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEt0QcWAa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhEt0QcWAa .list-wrapper .list .item-wrap:hover,
.cid-vhEt0QcWAa .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhEt0QcWAa .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhEt0QcWAa .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhEt0QcWAa .mbr-section-title {
  color: #ffffff;
}
.cid-vhEt0QcWAa .list-title {
  color: #ffffff;
}
.cid-vhEt0QcWAa .list {
  color: #ffffff;
}
.cid-vhEt0QcWAa .mbr-section-title,
.cid-vhEt0QcWAa .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhEt0QcWAa .list,
.cid-vhEt0QcWAa .item-wrap {
  color: #e7e3e0;
}
.cid-vhEuxrUSN3 {
  background-color: transparent;
}
.cid-vhEuxrUSN3 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhEuxrUSN3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhEuxrUSN3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhEuxrUSN3 .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhEuxrUSN3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhEuxrUSN3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhEuxrUSN3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhEuxrUSN3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhEuxrUSN3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhEuxrUSN3 .navbar.collapsed {
  justify-content: center;
}
.cid-vhEuxrUSN3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhEuxrUSN3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhEuxrUSN3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhEuxrUSN3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhEuxrUSN3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhEuxrUSN3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhEuxrUSN3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhEuxrUSN3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhEuxrUSN3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhEuxrUSN3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhEuxrUSN3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhEuxrUSN3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhEuxrUSN3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhEuxrUSN3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhEuxrUSN3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhEuxrUSN3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhEuxrUSN3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhEuxrUSN3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhEuxrUSN3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhEuxrUSN3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhEuxrUSN3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhEuxrUSN3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhEuxrUSN3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhEuxrUSN3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhEuxrUSN3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhEuxrUSN3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhEuxrUSN3 .menu_box .navbar.opened,
  .cid-vhEuxrUSN3 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhEuxrUSN3 .navbar-dropdown {
  position: relative !important;
}
.cid-vhEuxrUSN3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhEuxrUSN3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhEuxrUSN3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhEuxrUSN3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhEuxrUSN3 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhEuxrUSN3 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhEuxrUSN3 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhEuxrUSN3 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhEuxrUSN3 .nav-item {
    margin: 0 !important;
  }
}
.cid-vhEuxrUSN3 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhEuxrUSN3 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhEuxrUSN3 .nav-item .nav-link:hover,
.cid-vhEuxrUSN3 .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhEuxrUSN3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhEuxrUSN3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhEuxrUSN3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEuxrUSN3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhEuxrUSN3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhEuxrUSN3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhEuxrUSN3 .offcanvas_box {
    display: none;
  }
}
.cid-vhEuxrUSN3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhEuxrUSN3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhEuxrUSN3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhEuxrUSN3 .container {
  display: flex;
  margin: auto;
}
.cid-vhEuxrUSN3 .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEuxrUSN3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhEuxrUSN3 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhEuxrUSN3 .navbar-nav {
    margin: 0;
  }
}
.cid-vhEuxrUSN3 .dropdown-menu,
.cid-vhEuxrUSN3 .navbar.opened {
  background-color: false !important;
}
.cid-vhEuxrUSN3 .nav-item:focus,
.cid-vhEuxrUSN3 .nav-link:focus {
  outline: none;
}
.cid-vhEuxrUSN3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhEuxrUSN3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhEuxrUSN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhEuxrUSN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhEuxrUSN3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhEuxrUSN3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhEuxrUSN3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhEuxrUSN3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhEuxrUSN3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhEuxrUSN3 .dropdown-item.active,
.cid-vhEuxrUSN3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhEuxrUSN3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhEuxrUSN3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhEuxrUSN3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhEuxrUSN3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhEuxrUSN3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhEuxrUSN3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhEuxrUSN3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhEuxrUSN3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhEuxrUSN3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhEuxrUSN3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEuxrUSN3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEuxrUSN3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhEuxrUSN3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEuxrUSN3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhEuxrUSN3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhEuxrUSN3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEuxrUSN3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhEuxrUSN3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhEuxrUSN3 .navbar {
    height: 70px;
  }
  .cid-vhEuxrUSN3 .navbar.opened {
    height: auto;
  }
  .cid-vhEuxrUSN3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhEuxrUSN3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhEuxrUSN3 .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhEuxrUSN3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhEuxrUSN3 .text_widget {
  margin-bottom: 32px;
}
.cid-vhEuxrUSN3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhEuxrUSN3 .text_widget a:hover,
.cid-vhEuxrUSN3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhEuxrUSN3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhEuxrUSN3 .navbar-caption {
  color: #050f0f;
}
.cid-vhEuxrUSN3 .mbr-section-subtitle,
.cid-vhEuxrUSN3 .text_widget,
.cid-vhEuxrUSN3 .mbr-section-btn {
  text-align: center;
}
.cid-vhEuxrUSN3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhEuxqhVwq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhEuxqhVwq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhEuxqhVwq .item {
    margin-bottom: 1rem;
  }
}
.cid-vhEuxqhVwq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhEuxqhVwq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhEuxqhVwq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhEuxqhVwq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhEuxqhVwq .carousel-control,
.cid-vhEuxqhVwq .close {
  background: #1b1b1b;
}
.cid-vhEuxqhVwq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhEuxqhVwq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhEuxqhVwq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhEuxqhVwq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhEuxqhVwq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhEuxqhVwq .close::before {
  content: '\e91a';
}
.cid-vhEuxqhVwq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhEuxqhVwq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhEuxqhVwq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEuxqhVwq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhEuxqhVwq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhEuxqhVwq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhEuxqhVwq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhEuxqhVwq .carousel-indicators li.active,
.cid-vhEuxqhVwq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhEuxqhVwq .carousel-indicators li::after,
.cid-vhEuxqhVwq .carousel-indicators li::before {
  content: none;
}
.cid-vhEuxqhVwq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhEuxqhVwq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEuxqhVwq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhEuxqhVwq .carousel-indicators {
    display: none;
  }
}
.cid-vhEuxqhVwq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhEuxqhVwq .carousel-inner > .active {
  display: block;
}
.cid-vhEuxqhVwq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEuxqhVwq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhEuxqhVwq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhEuxqhVwq .carousel-control,
  .cid-vhEuxqhVwq .carousel-indicators,
  .cid-vhEuxqhVwq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhEuxqhVwq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhEuxqhVwq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhEuxqhVwq .carousel-indicators .active,
.cid-vhEuxqhVwq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhEuxqhVwq .carousel-indicators .active {
  background: #fff;
}
.cid-vhEuxqhVwq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhEuxqhVwq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhEuxqhVwq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhEuxqhVwq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhEuxqhVwq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhEuxqhVwq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhEuxqhVwq .carousel {
  width: 100%;
}
.cid-vhEuxqhVwq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhEuxqhVwq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhEuxqhVwq .modal.fade .modal-dialog,
.cid-vhEuxqhVwq .modal.in .modal-dialog {
  transform: none;
}
.cid-vhEuxqhVwq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhEuxqhVwq .content-head {
  max-width: 800px;
}
.cid-vhEuxqhVwq .mbr-section-title {
  color: #432202;
}
.cid-vhEuxsJs33 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhEuxsJs33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhEuxsJs33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhEuxsJs33 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhEuxsJs33 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhEuxsJs33 .container {
    padding: 0 6px;
  }
}
.cid-vhEuxsJs33 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhEuxsJs33 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhEuxsJs33 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhEuxsJs33 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhEuxsJs33 .row {
    padding: 50px 30px;
  }
}
.cid-vhEuxsJs33 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhEuxsJs33 .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhEuxsJs33 .title-wrapper {
    padding: 0;
  }
}
.cid-vhEuxsJs33 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhEuxsJs33 .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhEuxsJs33 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhEuxsJs33 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhEuxsJs33 .list-wrapper {
    padding: 0;
  }
}
.cid-vhEuxsJs33 .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhEuxsJs33 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhEuxsJs33 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEuxsJs33 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhEuxsJs33 .list-wrapper .list .item-wrap:hover,
.cid-vhEuxsJs33 .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhEuxsJs33 .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhEuxsJs33 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhEuxsJs33 .mbr-section-title {
  color: #ffffff;
}
.cid-vhEuxsJs33 .list-title {
  color: #ffffff;
}
.cid-vhEuxsJs33 .list {
  color: #ffffff;
}
.cid-vhEuxsJs33 .mbr-section-title,
.cid-vhEuxsJs33 .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhEuxsJs33 .list,
.cid-vhEuxsJs33 .item-wrap {
  color: #e7e3e0;
}
.cid-vhEylbh1iK {
  background-color: transparent;
}
.cid-vhEylbh1iK .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhEylbh1iK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhEylbh1iK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhEylbh1iK .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhEylbh1iK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhEylbh1iK .navbar.opened {
  transition: all 0.3s;
}
.cid-vhEylbh1iK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhEylbh1iK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhEylbh1iK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhEylbh1iK .navbar.collapsed {
  justify-content: center;
}
.cid-vhEylbh1iK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhEylbh1iK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhEylbh1iK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhEylbh1iK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhEylbh1iK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhEylbh1iK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhEylbh1iK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhEylbh1iK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhEylbh1iK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhEylbh1iK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhEylbh1iK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhEylbh1iK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhEylbh1iK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhEylbh1iK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhEylbh1iK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhEylbh1iK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhEylbh1iK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhEylbh1iK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhEylbh1iK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhEylbh1iK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhEylbh1iK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhEylbh1iK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhEylbh1iK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhEylbh1iK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhEylbh1iK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhEylbh1iK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhEylbh1iK .menu_box .navbar.opened,
  .cid-vhEylbh1iK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhEylbh1iK .navbar-dropdown {
  position: relative !important;
}
.cid-vhEylbh1iK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhEylbh1iK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhEylbh1iK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhEylbh1iK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhEylbh1iK .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhEylbh1iK .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhEylbh1iK .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhEylbh1iK .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhEylbh1iK .nav-item {
    margin: 0 !important;
  }
}
.cid-vhEylbh1iK .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhEylbh1iK .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhEylbh1iK .nav-item .nav-link:hover,
.cid-vhEylbh1iK .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhEylbh1iK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhEylbh1iK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhEylbh1iK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEylbh1iK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhEylbh1iK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhEylbh1iK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhEylbh1iK .offcanvas_box {
    display: none;
  }
}
.cid-vhEylbh1iK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhEylbh1iK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhEylbh1iK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhEylbh1iK .container {
  display: flex;
  margin: auto;
}
.cid-vhEylbh1iK .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEylbh1iK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhEylbh1iK .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhEylbh1iK .navbar-nav {
    margin: 0;
  }
}
.cid-vhEylbh1iK .dropdown-menu,
.cid-vhEylbh1iK .navbar.opened {
  background-color: false !important;
}
.cid-vhEylbh1iK .nav-item:focus,
.cid-vhEylbh1iK .nav-link:focus {
  outline: none;
}
.cid-vhEylbh1iK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhEylbh1iK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhEylbh1iK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhEylbh1iK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhEylbh1iK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhEylbh1iK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhEylbh1iK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhEylbh1iK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhEylbh1iK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhEylbh1iK .dropdown-item.active,
.cid-vhEylbh1iK .dropdown-item:active {
  background-color: transparent;
}
.cid-vhEylbh1iK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhEylbh1iK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhEylbh1iK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhEylbh1iK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhEylbh1iK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhEylbh1iK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhEylbh1iK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhEylbh1iK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhEylbh1iK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhEylbh1iK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEylbh1iK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhEylbh1iK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhEylbh1iK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEylbh1iK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhEylbh1iK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhEylbh1iK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhEylbh1iK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhEylbh1iK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhEylbh1iK .navbar {
    height: 70px;
  }
  .cid-vhEylbh1iK .navbar.opened {
    height: auto;
  }
  .cid-vhEylbh1iK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhEylbh1iK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhEylbh1iK .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhEylbh1iK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhEylbh1iK .text_widget {
  margin-bottom: 32px;
}
.cid-vhEylbh1iK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhEylbh1iK .text_widget a:hover,
.cid-vhEylbh1iK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhEylbh1iK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhEylbh1iK .navbar-caption {
  color: #050f0f;
}
.cid-vhEylbh1iK .mbr-section-subtitle,
.cid-vhEylbh1iK .text_widget,
.cid-vhEylbh1iK .mbr-section-btn {
  text-align: center;
}
.cid-vhEylbh1iK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhEyl9cSez {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhEyl9cSez .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhEyl9cSez .item {
    margin-bottom: 1rem;
  }
}
.cid-vhEyl9cSez .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhEyl9cSez .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhEyl9cSez .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhEyl9cSez .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhEyl9cSez .carousel-control,
.cid-vhEyl9cSez .close {
  background: #1b1b1b;
}
.cid-vhEyl9cSez .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhEyl9cSez .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhEyl9cSez .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhEyl9cSez .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhEyl9cSez .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhEyl9cSez .close::before {
  content: '\e91a';
}
.cid-vhEyl9cSez .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhEyl9cSez .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhEyl9cSez .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEyl9cSez .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhEyl9cSez .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhEyl9cSez .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhEyl9cSez .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhEyl9cSez .carousel-indicators li.active,
.cid-vhEyl9cSez .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhEyl9cSez .carousel-indicators li::after,
.cid-vhEyl9cSez .carousel-indicators li::before {
  content: none;
}
.cid-vhEyl9cSez .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhEyl9cSez .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhEyl9cSez .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhEyl9cSez .carousel-indicators {
    display: none;
  }
}
.cid-vhEyl9cSez .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhEyl9cSez .carousel-inner > .active {
  display: block;
}
.cid-vhEyl9cSez .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhEyl9cSez .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhEyl9cSez .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhEyl9cSez .carousel-control,
  .cid-vhEyl9cSez .carousel-indicators,
  .cid-vhEyl9cSez .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhEyl9cSez .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhEyl9cSez .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhEyl9cSez .carousel-indicators .active,
.cid-vhEyl9cSez .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhEyl9cSez .carousel-indicators .active {
  background: #fff;
}
.cid-vhEyl9cSez .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhEyl9cSez .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhEyl9cSez .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhEyl9cSez .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhEyl9cSez .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhEyl9cSez .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhEyl9cSez .carousel {
  width: 100%;
}
.cid-vhEyl9cSez .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhEyl9cSez .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhEyl9cSez .modal.fade .modal-dialog,
.cid-vhEyl9cSez .modal.in .modal-dialog {
  transform: none;
}
.cid-vhEyl9cSez .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhEyl9cSez .content-head {
  max-width: 800px;
}
.cid-vhEyl9cSez .mbr-section-title {
  color: #432202;
}
.cid-vhEylcaUjn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhEylcaUjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhEylcaUjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhEylcaUjn .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhEylcaUjn .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhEylcaUjn .container {
    padding: 0 6px;
  }
}
.cid-vhEylcaUjn .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhEylcaUjn .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhEylcaUjn .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhEylcaUjn .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhEylcaUjn .row {
    padding: 50px 30px;
  }
}
.cid-vhEylcaUjn .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhEylcaUjn .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhEylcaUjn .title-wrapper {
    padding: 0;
  }
}
.cid-vhEylcaUjn .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhEylcaUjn .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhEylcaUjn .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhEylcaUjn .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhEylcaUjn .list-wrapper {
    padding: 0;
  }
}
.cid-vhEylcaUjn .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhEylcaUjn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhEylcaUjn .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhEylcaUjn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhEylcaUjn .list-wrapper .list .item-wrap:hover,
.cid-vhEylcaUjn .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhEylcaUjn .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhEylcaUjn .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhEylcaUjn .mbr-section-title {
  color: #ffffff;
}
.cid-vhEylcaUjn .list-title {
  color: #ffffff;
}
.cid-vhEylcaUjn .list {
  color: #ffffff;
}
.cid-vhEylcaUjn .mbr-section-title,
.cid-vhEylcaUjn .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhEylcaUjn .list,
.cid-vhEylcaUjn .item-wrap {
  color: #e7e3e0;
}
.cid-vhECML7GLG {
  background-color: transparent;
}
.cid-vhECML7GLG .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhECML7GLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhECML7GLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhECML7GLG .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhECML7GLG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhECML7GLG .navbar.opened {
  transition: all 0.3s;
}
.cid-vhECML7GLG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhECML7GLG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhECML7GLG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhECML7GLG .navbar.collapsed {
  justify-content: center;
}
.cid-vhECML7GLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhECML7GLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhECML7GLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhECML7GLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhECML7GLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhECML7GLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhECML7GLG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhECML7GLG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhECML7GLG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhECML7GLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhECML7GLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhECML7GLG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhECML7GLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhECML7GLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhECML7GLG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhECML7GLG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhECML7GLG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhECML7GLG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhECML7GLG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhECML7GLG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhECML7GLG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhECML7GLG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhECML7GLG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhECML7GLG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhECML7GLG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhECML7GLG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhECML7GLG .menu_box .navbar.opened,
  .cid-vhECML7GLG .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhECML7GLG .navbar-dropdown {
  position: relative !important;
}
.cid-vhECML7GLG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhECML7GLG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhECML7GLG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhECML7GLG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhECML7GLG .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhECML7GLG .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhECML7GLG .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhECML7GLG .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhECML7GLG .nav-item {
    margin: 0 !important;
  }
}
.cid-vhECML7GLG .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhECML7GLG .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhECML7GLG .nav-item .nav-link:hover,
.cid-vhECML7GLG .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhECML7GLG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhECML7GLG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhECML7GLG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhECML7GLG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhECML7GLG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhECML7GLG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhECML7GLG .offcanvas_box {
    display: none;
  }
}
.cid-vhECML7GLG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhECML7GLG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhECML7GLG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhECML7GLG .container {
  display: flex;
  margin: auto;
}
.cid-vhECML7GLG .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhECML7GLG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhECML7GLG .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhECML7GLG .navbar-nav {
    margin: 0;
  }
}
.cid-vhECML7GLG .dropdown-menu,
.cid-vhECML7GLG .navbar.opened {
  background-color: false !important;
}
.cid-vhECML7GLG .nav-item:focus,
.cid-vhECML7GLG .nav-link:focus {
  outline: none;
}
.cid-vhECML7GLG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhECML7GLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhECML7GLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhECML7GLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhECML7GLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhECML7GLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhECML7GLG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhECML7GLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhECML7GLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhECML7GLG .dropdown-item.active,
.cid-vhECML7GLG .dropdown-item:active {
  background-color: transparent;
}
.cid-vhECML7GLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhECML7GLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhECML7GLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhECML7GLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhECML7GLG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhECML7GLG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhECML7GLG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhECML7GLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhECML7GLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhECML7GLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhECML7GLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhECML7GLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhECML7GLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhECML7GLG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhECML7GLG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhECML7GLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhECML7GLG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhECML7GLG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhECML7GLG .navbar {
    height: 70px;
  }
  .cid-vhECML7GLG .navbar.opened {
    height: auto;
  }
  .cid-vhECML7GLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhECML7GLG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhECML7GLG .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhECML7GLG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhECML7GLG .text_widget {
  margin-bottom: 32px;
}
.cid-vhECML7GLG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhECML7GLG .text_widget a:hover,
.cid-vhECML7GLG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhECML7GLG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhECML7GLG .navbar-caption {
  color: #050f0f;
}
.cid-vhECML7GLG .mbr-section-subtitle,
.cid-vhECML7GLG .text_widget,
.cid-vhECML7GLG .mbr-section-btn {
  text-align: center;
}
.cid-vhECML7GLG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhECMJ2hol {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhECMJ2hol .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhECMJ2hol .item {
    margin-bottom: 1rem;
  }
}
.cid-vhECMJ2hol .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhECMJ2hol .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhECMJ2hol .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhECMJ2hol .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhECMJ2hol .carousel-control,
.cid-vhECMJ2hol .close {
  background: #1b1b1b;
}
.cid-vhECMJ2hol .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhECMJ2hol .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhECMJ2hol .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhECMJ2hol .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhECMJ2hol .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhECMJ2hol .close::before {
  content: '\e91a';
}
.cid-vhECMJ2hol .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhECMJ2hol .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhECMJ2hol .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhECMJ2hol .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhECMJ2hol .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhECMJ2hol .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhECMJ2hol .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhECMJ2hol .carousel-indicators li.active,
.cid-vhECMJ2hol .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhECMJ2hol .carousel-indicators li::after,
.cid-vhECMJ2hol .carousel-indicators li::before {
  content: none;
}
.cid-vhECMJ2hol .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhECMJ2hol .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhECMJ2hol .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhECMJ2hol .carousel-indicators {
    display: none;
  }
}
.cid-vhECMJ2hol .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhECMJ2hol .carousel-inner > .active {
  display: block;
}
.cid-vhECMJ2hol .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhECMJ2hol .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhECMJ2hol .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhECMJ2hol .carousel-control,
  .cid-vhECMJ2hol .carousel-indicators,
  .cid-vhECMJ2hol .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhECMJ2hol .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhECMJ2hol .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhECMJ2hol .carousel-indicators .active,
.cid-vhECMJ2hol .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhECMJ2hol .carousel-indicators .active {
  background: #fff;
}
.cid-vhECMJ2hol .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhECMJ2hol .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhECMJ2hol .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhECMJ2hol .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhECMJ2hol .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhECMJ2hol .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhECMJ2hol .carousel {
  width: 100%;
}
.cid-vhECMJ2hol .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhECMJ2hol .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhECMJ2hol .modal.fade .modal-dialog,
.cid-vhECMJ2hol .modal.in .modal-dialog {
  transform: none;
}
.cid-vhECMJ2hol .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhECMJ2hol .content-head {
  max-width: 800px;
}
.cid-vhECMJ2hol .mbr-section-title {
  color: #432202;
}
.cid-vhECMM6MZS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhECMM6MZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhECMM6MZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhECMM6MZS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhECMM6MZS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhECMM6MZS .container {
    padding: 0 6px;
  }
}
.cid-vhECMM6MZS .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhECMM6MZS .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhECMM6MZS .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhECMM6MZS .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhECMM6MZS .row {
    padding: 50px 30px;
  }
}
.cid-vhECMM6MZS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhECMM6MZS .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhECMM6MZS .title-wrapper {
    padding: 0;
  }
}
.cid-vhECMM6MZS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhECMM6MZS .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhECMM6MZS .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhECMM6MZS .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhECMM6MZS .list-wrapper {
    padding: 0;
  }
}
.cid-vhECMM6MZS .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhECMM6MZS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhECMM6MZS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhECMM6MZS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhECMM6MZS .list-wrapper .list .item-wrap:hover,
.cid-vhECMM6MZS .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhECMM6MZS .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhECMM6MZS .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhECMM6MZS .mbr-section-title {
  color: #ffffff;
}
.cid-vhECMM6MZS .list-title {
  color: #ffffff;
}
.cid-vhECMM6MZS .list {
  color: #ffffff;
}
.cid-vhECMM6MZS .mbr-section-title,
.cid-vhECMM6MZS .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhECMM6MZS .list,
.cid-vhECMM6MZS .item-wrap {
  color: #e7e3e0;
}
.cid-vhF2Yy40ly {
  background-color: transparent;
}
.cid-vhF2Yy40ly .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhF2Yy40ly .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhF2Yy40ly .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhF2Yy40ly .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhF2Yy40ly .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhF2Yy40ly .navbar.opened {
  transition: all 0.3s;
}
.cid-vhF2Yy40ly .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhF2Yy40ly .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhF2Yy40ly .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhF2Yy40ly .navbar.collapsed {
  justify-content: center;
}
.cid-vhF2Yy40ly .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhF2Yy40ly .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhF2Yy40ly .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhF2Yy40ly .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhF2Yy40ly .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhF2Yy40ly .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhF2Yy40ly .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhF2Yy40ly .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhF2Yy40ly .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhF2Yy40ly .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhF2Yy40ly .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhF2Yy40ly .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhF2Yy40ly .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhF2Yy40ly .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhF2Yy40ly .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhF2Yy40ly .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhF2Yy40ly .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhF2Yy40ly .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhF2Yy40ly .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhF2Yy40ly .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhF2Yy40ly .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhF2Yy40ly .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhF2Yy40ly .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhF2Yy40ly .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhF2Yy40ly .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhF2Yy40ly .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhF2Yy40ly .menu_box .navbar.opened,
  .cid-vhF2Yy40ly .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhF2Yy40ly .navbar-dropdown {
  position: relative !important;
}
.cid-vhF2Yy40ly .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhF2Yy40ly .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhF2Yy40ly .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhF2Yy40ly .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhF2Yy40ly .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhF2Yy40ly .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhF2Yy40ly .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhF2Yy40ly .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhF2Yy40ly .nav-item {
    margin: 0 !important;
  }
}
.cid-vhF2Yy40ly .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhF2Yy40ly .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhF2Yy40ly .nav-item .nav-link:hover,
.cid-vhF2Yy40ly .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhF2Yy40ly .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhF2Yy40ly .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhF2Yy40ly .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF2Yy40ly .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhF2Yy40ly .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhF2Yy40ly .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhF2Yy40ly .offcanvas_box {
    display: none;
  }
}
.cid-vhF2Yy40ly .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhF2Yy40ly .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhF2Yy40ly .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhF2Yy40ly .container {
  display: flex;
  margin: auto;
}
.cid-vhF2Yy40ly .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF2Yy40ly .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhF2Yy40ly .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhF2Yy40ly .navbar-nav {
    margin: 0;
  }
}
.cid-vhF2Yy40ly .dropdown-menu,
.cid-vhF2Yy40ly .navbar.opened {
  background-color: false !important;
}
.cid-vhF2Yy40ly .nav-item:focus,
.cid-vhF2Yy40ly .nav-link:focus {
  outline: none;
}
.cid-vhF2Yy40ly .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhF2Yy40ly .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhF2Yy40ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhF2Yy40ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhF2Yy40ly .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhF2Yy40ly .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhF2Yy40ly .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhF2Yy40ly .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhF2Yy40ly .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhF2Yy40ly .dropdown-item.active,
.cid-vhF2Yy40ly .dropdown-item:active {
  background-color: transparent;
}
.cid-vhF2Yy40ly .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhF2Yy40ly .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhF2Yy40ly .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhF2Yy40ly .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhF2Yy40ly ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhF2Yy40ly .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhF2Yy40ly button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhF2Yy40ly button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhF2Yy40ly button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhF2Yy40ly button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF2Yy40ly button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF2Yy40ly button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhF2Yy40ly nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF2Yy40ly nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhF2Yy40ly nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhF2Yy40ly nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF2Yy40ly a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhF2Yy40ly .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhF2Yy40ly .navbar {
    height: 70px;
  }
  .cid-vhF2Yy40ly .navbar.opened {
    height: auto;
  }
  .cid-vhF2Yy40ly .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhF2Yy40ly .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhF2Yy40ly .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhF2Yy40ly .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhF2Yy40ly .text_widget {
  margin-bottom: 32px;
}
.cid-vhF2Yy40ly .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhF2Yy40ly .text_widget a:hover,
.cid-vhF2Yy40ly .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhF2Yy40ly .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhF2Yy40ly .navbar-caption {
  color: #050f0f;
}
.cid-vhF2Yy40ly .mbr-section-subtitle,
.cid-vhF2Yy40ly .text_widget,
.cid-vhF2Yy40ly .mbr-section-btn {
  text-align: center;
}
.cid-vhF2Yy40ly a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhF2Ywq9Dz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhF2Ywq9Dz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhF2Ywq9Dz .item {
    margin-bottom: 1rem;
  }
}
.cid-vhF2Ywq9Dz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhF2Ywq9Dz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhF2Ywq9Dz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhF2Ywq9Dz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhF2Ywq9Dz .carousel-control,
.cid-vhF2Ywq9Dz .close {
  background: #1b1b1b;
}
.cid-vhF2Ywq9Dz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhF2Ywq9Dz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhF2Ywq9Dz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhF2Ywq9Dz .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhF2Ywq9Dz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhF2Ywq9Dz .close::before {
  content: '\e91a';
}
.cid-vhF2Ywq9Dz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhF2Ywq9Dz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhF2Ywq9Dz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF2Ywq9Dz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF2Ywq9Dz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF2Ywq9Dz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhF2Ywq9Dz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhF2Ywq9Dz .carousel-indicators li.active,
.cid-vhF2Ywq9Dz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhF2Ywq9Dz .carousel-indicators li::after,
.cid-vhF2Ywq9Dz .carousel-indicators li::before {
  content: none;
}
.cid-vhF2Ywq9Dz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhF2Ywq9Dz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF2Ywq9Dz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF2Ywq9Dz .carousel-indicators {
    display: none;
  }
}
.cid-vhF2Ywq9Dz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhF2Ywq9Dz .carousel-inner > .active {
  display: block;
}
.cid-vhF2Ywq9Dz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF2Ywq9Dz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhF2Ywq9Dz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhF2Ywq9Dz .carousel-control,
  .cid-vhF2Ywq9Dz .carousel-indicators,
  .cid-vhF2Ywq9Dz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhF2Ywq9Dz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhF2Ywq9Dz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhF2Ywq9Dz .carousel-indicators .active,
.cid-vhF2Ywq9Dz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhF2Ywq9Dz .carousel-indicators .active {
  background: #fff;
}
.cid-vhF2Ywq9Dz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhF2Ywq9Dz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhF2Ywq9Dz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhF2Ywq9Dz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhF2Ywq9Dz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhF2Ywq9Dz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhF2Ywq9Dz .carousel {
  width: 100%;
}
.cid-vhF2Ywq9Dz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhF2Ywq9Dz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhF2Ywq9Dz .modal.fade .modal-dialog,
.cid-vhF2Ywq9Dz .modal.in .modal-dialog {
  transform: none;
}
.cid-vhF2Ywq9Dz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhF2Ywq9Dz .content-head {
  max-width: 800px;
}
.cid-vhF2Ywq9Dz .mbr-section-title {
  color: #432202;
}
.cid-vhF2YyWgrv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhF2YyWgrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF2YyWgrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF2YyWgrv .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhF2YyWgrv .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhF2YyWgrv .container {
    padding: 0 6px;
  }
}
.cid-vhF2YyWgrv .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhF2YyWgrv .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhF2YyWgrv .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhF2YyWgrv .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhF2YyWgrv .row {
    padding: 50px 30px;
  }
}
.cid-vhF2YyWgrv .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhF2YyWgrv .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhF2YyWgrv .title-wrapper {
    padding: 0;
  }
}
.cid-vhF2YyWgrv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhF2YyWgrv .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhF2YyWgrv .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhF2YyWgrv .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhF2YyWgrv .list-wrapper {
    padding: 0;
  }
}
.cid-vhF2YyWgrv .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhF2YyWgrv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhF2YyWgrv .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF2YyWgrv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhF2YyWgrv .list-wrapper .list .item-wrap:hover,
.cid-vhF2YyWgrv .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhF2YyWgrv .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhF2YyWgrv .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhF2YyWgrv .mbr-section-title {
  color: #ffffff;
}
.cid-vhF2YyWgrv .list-title {
  color: #ffffff;
}
.cid-vhF2YyWgrv .list {
  color: #ffffff;
}
.cid-vhF2YyWgrv .mbr-section-title,
.cid-vhF2YyWgrv .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhF2YyWgrv .list,
.cid-vhF2YyWgrv .item-wrap {
  color: #e7e3e0;
}
.cid-vhF4sHxvcW {
  background-color: transparent;
}
.cid-vhF4sHxvcW .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhF4sHxvcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhF4sHxvcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhF4sHxvcW .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhF4sHxvcW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhF4sHxvcW .navbar.opened {
  transition: all 0.3s;
}
.cid-vhF4sHxvcW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhF4sHxvcW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhF4sHxvcW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhF4sHxvcW .navbar.collapsed {
  justify-content: center;
}
.cid-vhF4sHxvcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhF4sHxvcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhF4sHxvcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhF4sHxvcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhF4sHxvcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhF4sHxvcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhF4sHxvcW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhF4sHxvcW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhF4sHxvcW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhF4sHxvcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhF4sHxvcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhF4sHxvcW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhF4sHxvcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhF4sHxvcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhF4sHxvcW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhF4sHxvcW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhF4sHxvcW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhF4sHxvcW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhF4sHxvcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhF4sHxvcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhF4sHxvcW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhF4sHxvcW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhF4sHxvcW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhF4sHxvcW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhF4sHxvcW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhF4sHxvcW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhF4sHxvcW .menu_box .navbar.opened,
  .cid-vhF4sHxvcW .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhF4sHxvcW .navbar-dropdown {
  position: relative !important;
}
.cid-vhF4sHxvcW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhF4sHxvcW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhF4sHxvcW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhF4sHxvcW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhF4sHxvcW .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhF4sHxvcW .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhF4sHxvcW .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhF4sHxvcW .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhF4sHxvcW .nav-item {
    margin: 0 !important;
  }
}
.cid-vhF4sHxvcW .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhF4sHxvcW .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhF4sHxvcW .nav-item .nav-link:hover,
.cid-vhF4sHxvcW .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhF4sHxvcW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhF4sHxvcW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhF4sHxvcW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF4sHxvcW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhF4sHxvcW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhF4sHxvcW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhF4sHxvcW .offcanvas_box {
    display: none;
  }
}
.cid-vhF4sHxvcW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhF4sHxvcW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhF4sHxvcW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhF4sHxvcW .container {
  display: flex;
  margin: auto;
}
.cid-vhF4sHxvcW .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF4sHxvcW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhF4sHxvcW .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhF4sHxvcW .navbar-nav {
    margin: 0;
  }
}
.cid-vhF4sHxvcW .dropdown-menu,
.cid-vhF4sHxvcW .navbar.opened {
  background-color: false !important;
}
.cid-vhF4sHxvcW .nav-item:focus,
.cid-vhF4sHxvcW .nav-link:focus {
  outline: none;
}
.cid-vhF4sHxvcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhF4sHxvcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhF4sHxvcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhF4sHxvcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhF4sHxvcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhF4sHxvcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhF4sHxvcW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhF4sHxvcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhF4sHxvcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhF4sHxvcW .dropdown-item.active,
.cid-vhF4sHxvcW .dropdown-item:active {
  background-color: transparent;
}
.cid-vhF4sHxvcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhF4sHxvcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhF4sHxvcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhF4sHxvcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhF4sHxvcW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhF4sHxvcW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhF4sHxvcW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhF4sHxvcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhF4sHxvcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhF4sHxvcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF4sHxvcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF4sHxvcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhF4sHxvcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF4sHxvcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhF4sHxvcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhF4sHxvcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF4sHxvcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhF4sHxvcW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhF4sHxvcW .navbar {
    height: 70px;
  }
  .cid-vhF4sHxvcW .navbar.opened {
    height: auto;
  }
  .cid-vhF4sHxvcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhF4sHxvcW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhF4sHxvcW .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhF4sHxvcW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhF4sHxvcW .text_widget {
  margin-bottom: 32px;
}
.cid-vhF4sHxvcW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhF4sHxvcW .text_widget a:hover,
.cid-vhF4sHxvcW .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhF4sHxvcW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhF4sHxvcW .navbar-caption {
  color: #050f0f;
}
.cid-vhF4sHxvcW .mbr-section-subtitle,
.cid-vhF4sHxvcW .text_widget,
.cid-vhF4sHxvcW .mbr-section-btn {
  text-align: center;
}
.cid-vhF4sHxvcW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhF4sFqii9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhF4sFqii9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhF4sFqii9 .item {
    margin-bottom: 1rem;
  }
}
.cid-vhF4sFqii9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhF4sFqii9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhF4sFqii9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhF4sFqii9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhF4sFqii9 .carousel-control,
.cid-vhF4sFqii9 .close {
  background: #1b1b1b;
}
.cid-vhF4sFqii9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhF4sFqii9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhF4sFqii9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhF4sFqii9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhF4sFqii9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhF4sFqii9 .close::before {
  content: '\e91a';
}
.cid-vhF4sFqii9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhF4sFqii9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhF4sFqii9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF4sFqii9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF4sFqii9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF4sFqii9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhF4sFqii9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhF4sFqii9 .carousel-indicators li.active,
.cid-vhF4sFqii9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhF4sFqii9 .carousel-indicators li::after,
.cid-vhF4sFqii9 .carousel-indicators li::before {
  content: none;
}
.cid-vhF4sFqii9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhF4sFqii9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF4sFqii9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF4sFqii9 .carousel-indicators {
    display: none;
  }
}
.cid-vhF4sFqii9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhF4sFqii9 .carousel-inner > .active {
  display: block;
}
.cid-vhF4sFqii9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF4sFqii9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhF4sFqii9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhF4sFqii9 .carousel-control,
  .cid-vhF4sFqii9 .carousel-indicators,
  .cid-vhF4sFqii9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhF4sFqii9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhF4sFqii9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhF4sFqii9 .carousel-indicators .active,
.cid-vhF4sFqii9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhF4sFqii9 .carousel-indicators .active {
  background: #fff;
}
.cid-vhF4sFqii9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhF4sFqii9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhF4sFqii9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhF4sFqii9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhF4sFqii9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhF4sFqii9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhF4sFqii9 .carousel {
  width: 100%;
}
.cid-vhF4sFqii9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhF4sFqii9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhF4sFqii9 .modal.fade .modal-dialog,
.cid-vhF4sFqii9 .modal.in .modal-dialog {
  transform: none;
}
.cid-vhF4sFqii9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhF4sFqii9 .content-head {
  max-width: 800px;
}
.cid-vhF4sFqii9 .mbr-section-title {
  color: #432202;
}
.cid-vhF4sIBQrp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhF4sIBQrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF4sIBQrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF4sIBQrp .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhF4sIBQrp .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhF4sIBQrp .container {
    padding: 0 6px;
  }
}
.cid-vhF4sIBQrp .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhF4sIBQrp .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhF4sIBQrp .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhF4sIBQrp .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhF4sIBQrp .row {
    padding: 50px 30px;
  }
}
.cid-vhF4sIBQrp .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhF4sIBQrp .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhF4sIBQrp .title-wrapper {
    padding: 0;
  }
}
.cid-vhF4sIBQrp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhF4sIBQrp .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhF4sIBQrp .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhF4sIBQrp .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhF4sIBQrp .list-wrapper {
    padding: 0;
  }
}
.cid-vhF4sIBQrp .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhF4sIBQrp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhF4sIBQrp .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF4sIBQrp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhF4sIBQrp .list-wrapper .list .item-wrap:hover,
.cid-vhF4sIBQrp .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhF4sIBQrp .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhF4sIBQrp .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhF4sIBQrp .mbr-section-title {
  color: #ffffff;
}
.cid-vhF4sIBQrp .list-title {
  color: #ffffff;
}
.cid-vhF4sIBQrp .list {
  color: #ffffff;
}
.cid-vhF4sIBQrp .mbr-section-title,
.cid-vhF4sIBQrp .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhF4sIBQrp .list,
.cid-vhF4sIBQrp .item-wrap {
  color: #e7e3e0;
}
.cid-vhF5J9rqaJ {
  background-color: transparent;
}
.cid-vhF5J9rqaJ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhF5J9rqaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhF5J9rqaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhF5J9rqaJ .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhF5J9rqaJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhF5J9rqaJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhF5J9rqaJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhF5J9rqaJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhF5J9rqaJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhF5J9rqaJ .navbar.collapsed {
  justify-content: center;
}
.cid-vhF5J9rqaJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhF5J9rqaJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhF5J9rqaJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhF5J9rqaJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhF5J9rqaJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhF5J9rqaJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhF5J9rqaJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhF5J9rqaJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhF5J9rqaJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhF5J9rqaJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhF5J9rqaJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhF5J9rqaJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhF5J9rqaJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhF5J9rqaJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhF5J9rqaJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhF5J9rqaJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhF5J9rqaJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhF5J9rqaJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhF5J9rqaJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhF5J9rqaJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhF5J9rqaJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhF5J9rqaJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhF5J9rqaJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhF5J9rqaJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhF5J9rqaJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhF5J9rqaJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhF5J9rqaJ .menu_box .navbar.opened,
  .cid-vhF5J9rqaJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhF5J9rqaJ .navbar-dropdown {
  position: relative !important;
}
.cid-vhF5J9rqaJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhF5J9rqaJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhF5J9rqaJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhF5J9rqaJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhF5J9rqaJ .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhF5J9rqaJ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhF5J9rqaJ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhF5J9rqaJ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhF5J9rqaJ .nav-item {
    margin: 0 !important;
  }
}
.cid-vhF5J9rqaJ .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhF5J9rqaJ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhF5J9rqaJ .nav-item .nav-link:hover,
.cid-vhF5J9rqaJ .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhF5J9rqaJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhF5J9rqaJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhF5J9rqaJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF5J9rqaJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhF5J9rqaJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhF5J9rqaJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhF5J9rqaJ .offcanvas_box {
    display: none;
  }
}
.cid-vhF5J9rqaJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhF5J9rqaJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhF5J9rqaJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhF5J9rqaJ .container {
  display: flex;
  margin: auto;
}
.cid-vhF5J9rqaJ .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF5J9rqaJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhF5J9rqaJ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhF5J9rqaJ .navbar-nav {
    margin: 0;
  }
}
.cid-vhF5J9rqaJ .dropdown-menu,
.cid-vhF5J9rqaJ .navbar.opened {
  background-color: false !important;
}
.cid-vhF5J9rqaJ .nav-item:focus,
.cid-vhF5J9rqaJ .nav-link:focus {
  outline: none;
}
.cid-vhF5J9rqaJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhF5J9rqaJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhF5J9rqaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhF5J9rqaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhF5J9rqaJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhF5J9rqaJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhF5J9rqaJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhF5J9rqaJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhF5J9rqaJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhF5J9rqaJ .dropdown-item.active,
.cid-vhF5J9rqaJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhF5J9rqaJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhF5J9rqaJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhF5J9rqaJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhF5J9rqaJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhF5J9rqaJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhF5J9rqaJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhF5J9rqaJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhF5J9rqaJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhF5J9rqaJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhF5J9rqaJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF5J9rqaJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF5J9rqaJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhF5J9rqaJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF5J9rqaJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhF5J9rqaJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhF5J9rqaJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF5J9rqaJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhF5J9rqaJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhF5J9rqaJ .navbar {
    height: 70px;
  }
  .cid-vhF5J9rqaJ .navbar.opened {
    height: auto;
  }
  .cid-vhF5J9rqaJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhF5J9rqaJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhF5J9rqaJ .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhF5J9rqaJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhF5J9rqaJ .text_widget {
  margin-bottom: 32px;
}
.cid-vhF5J9rqaJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhF5J9rqaJ .text_widget a:hover,
.cid-vhF5J9rqaJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhF5J9rqaJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhF5J9rqaJ .navbar-caption {
  color: #050f0f;
}
.cid-vhF5J9rqaJ .mbr-section-subtitle,
.cid-vhF5J9rqaJ .text_widget,
.cid-vhF5J9rqaJ .mbr-section-btn {
  text-align: center;
}
.cid-vhF5J9rqaJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhF5J7oOiq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhF5J7oOiq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhF5J7oOiq .item {
    margin-bottom: 1rem;
  }
}
.cid-vhF5J7oOiq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhF5J7oOiq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhF5J7oOiq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhF5J7oOiq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhF5J7oOiq .carousel-control,
.cid-vhF5J7oOiq .close {
  background: #1b1b1b;
}
.cid-vhF5J7oOiq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhF5J7oOiq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhF5J7oOiq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhF5J7oOiq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhF5J7oOiq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhF5J7oOiq .close::before {
  content: '\e91a';
}
.cid-vhF5J7oOiq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhF5J7oOiq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhF5J7oOiq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF5J7oOiq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF5J7oOiq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF5J7oOiq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhF5J7oOiq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhF5J7oOiq .carousel-indicators li.active,
.cid-vhF5J7oOiq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhF5J7oOiq .carousel-indicators li::after,
.cid-vhF5J7oOiq .carousel-indicators li::before {
  content: none;
}
.cid-vhF5J7oOiq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhF5J7oOiq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF5J7oOiq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF5J7oOiq .carousel-indicators {
    display: none;
  }
}
.cid-vhF5J7oOiq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhF5J7oOiq .carousel-inner > .active {
  display: block;
}
.cid-vhF5J7oOiq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF5J7oOiq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhF5J7oOiq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhF5J7oOiq .carousel-control,
  .cid-vhF5J7oOiq .carousel-indicators,
  .cid-vhF5J7oOiq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhF5J7oOiq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhF5J7oOiq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhF5J7oOiq .carousel-indicators .active,
.cid-vhF5J7oOiq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhF5J7oOiq .carousel-indicators .active {
  background: #fff;
}
.cid-vhF5J7oOiq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhF5J7oOiq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhF5J7oOiq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhF5J7oOiq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhF5J7oOiq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhF5J7oOiq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhF5J7oOiq .carousel {
  width: 100%;
}
.cid-vhF5J7oOiq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhF5J7oOiq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhF5J7oOiq .modal.fade .modal-dialog,
.cid-vhF5J7oOiq .modal.in .modal-dialog {
  transform: none;
}
.cid-vhF5J7oOiq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhF5J7oOiq .content-head {
  max-width: 800px;
}
.cid-vhF5J7oOiq .mbr-section-title {
  color: #432202;
}
.cid-vhF5JakB0T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhF5JakB0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF5JakB0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF5JakB0T .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhF5JakB0T .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhF5JakB0T .container {
    padding: 0 6px;
  }
}
.cid-vhF5JakB0T .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhF5JakB0T .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhF5JakB0T .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhF5JakB0T .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhF5JakB0T .row {
    padding: 50px 30px;
  }
}
.cid-vhF5JakB0T .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhF5JakB0T .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhF5JakB0T .title-wrapper {
    padding: 0;
  }
}
.cid-vhF5JakB0T .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhF5JakB0T .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhF5JakB0T .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhF5JakB0T .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhF5JakB0T .list-wrapper {
    padding: 0;
  }
}
.cid-vhF5JakB0T .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhF5JakB0T .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhF5JakB0T .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF5JakB0T .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhF5JakB0T .list-wrapper .list .item-wrap:hover,
.cid-vhF5JakB0T .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhF5JakB0T .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhF5JakB0T .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhF5JakB0T .mbr-section-title {
  color: #ffffff;
}
.cid-vhF5JakB0T .list-title {
  color: #ffffff;
}
.cid-vhF5JakB0T .list {
  color: #ffffff;
}
.cid-vhF5JakB0T .mbr-section-title,
.cid-vhF5JakB0T .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhF5JakB0T .list,
.cid-vhF5JakB0T .item-wrap {
  color: #e7e3e0;
}
.cid-vhF6Gdt35C {
  background-color: transparent;
}
.cid-vhF6Gdt35C .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhF6Gdt35C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhF6Gdt35C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhF6Gdt35C .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhF6Gdt35C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhF6Gdt35C .navbar.opened {
  transition: all 0.3s;
}
.cid-vhF6Gdt35C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhF6Gdt35C .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhF6Gdt35C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhF6Gdt35C .navbar.collapsed {
  justify-content: center;
}
.cid-vhF6Gdt35C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhF6Gdt35C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhF6Gdt35C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhF6Gdt35C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhF6Gdt35C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhF6Gdt35C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhF6Gdt35C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhF6Gdt35C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhF6Gdt35C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhF6Gdt35C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhF6Gdt35C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhF6Gdt35C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhF6Gdt35C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhF6Gdt35C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhF6Gdt35C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhF6Gdt35C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhF6Gdt35C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhF6Gdt35C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhF6Gdt35C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhF6Gdt35C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhF6Gdt35C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhF6Gdt35C .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhF6Gdt35C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhF6Gdt35C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhF6Gdt35C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhF6Gdt35C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhF6Gdt35C .menu_box .navbar.opened,
  .cid-vhF6Gdt35C .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhF6Gdt35C .navbar-dropdown {
  position: relative !important;
}
.cid-vhF6Gdt35C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhF6Gdt35C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhF6Gdt35C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhF6Gdt35C .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhF6Gdt35C .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhF6Gdt35C .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhF6Gdt35C .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhF6Gdt35C .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhF6Gdt35C .nav-item {
    margin: 0 !important;
  }
}
.cid-vhF6Gdt35C .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhF6Gdt35C .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhF6Gdt35C .nav-item .nav-link:hover,
.cid-vhF6Gdt35C .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhF6Gdt35C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhF6Gdt35C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhF6Gdt35C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF6Gdt35C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhF6Gdt35C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhF6Gdt35C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhF6Gdt35C .offcanvas_box {
    display: none;
  }
}
.cid-vhF6Gdt35C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhF6Gdt35C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhF6Gdt35C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhF6Gdt35C .container {
  display: flex;
  margin: auto;
}
.cid-vhF6Gdt35C .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF6Gdt35C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhF6Gdt35C .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhF6Gdt35C .navbar-nav {
    margin: 0;
  }
}
.cid-vhF6Gdt35C .dropdown-menu,
.cid-vhF6Gdt35C .navbar.opened {
  background-color: false !important;
}
.cid-vhF6Gdt35C .nav-item:focus,
.cid-vhF6Gdt35C .nav-link:focus {
  outline: none;
}
.cid-vhF6Gdt35C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhF6Gdt35C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhF6Gdt35C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhF6Gdt35C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhF6Gdt35C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhF6Gdt35C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhF6Gdt35C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhF6Gdt35C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhF6Gdt35C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhF6Gdt35C .dropdown-item.active,
.cid-vhF6Gdt35C .dropdown-item:active {
  background-color: transparent;
}
.cid-vhF6Gdt35C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhF6Gdt35C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhF6Gdt35C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhF6Gdt35C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhF6Gdt35C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhF6Gdt35C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhF6Gdt35C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhF6Gdt35C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhF6Gdt35C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhF6Gdt35C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF6Gdt35C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF6Gdt35C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhF6Gdt35C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF6Gdt35C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhF6Gdt35C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhF6Gdt35C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF6Gdt35C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhF6Gdt35C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhF6Gdt35C .navbar {
    height: 70px;
  }
  .cid-vhF6Gdt35C .navbar.opened {
    height: auto;
  }
  .cid-vhF6Gdt35C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhF6Gdt35C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhF6Gdt35C .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhF6Gdt35C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhF6Gdt35C .text_widget {
  margin-bottom: 32px;
}
.cid-vhF6Gdt35C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhF6Gdt35C .text_widget a:hover,
.cid-vhF6Gdt35C .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhF6Gdt35C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhF6Gdt35C .navbar-caption {
  color: #050f0f;
}
.cid-vhF6Gdt35C .mbr-section-subtitle,
.cid-vhF6Gdt35C .text_widget,
.cid-vhF6Gdt35C .mbr-section-btn {
  text-align: center;
}
.cid-vhF6Gdt35C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhF6GaRCHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhF6GaRCHz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhF6GaRCHz .item {
    margin-bottom: 1rem;
  }
}
.cid-vhF6GaRCHz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhF6GaRCHz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhF6GaRCHz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhF6GaRCHz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhF6GaRCHz .carousel-control,
.cid-vhF6GaRCHz .close {
  background: #1b1b1b;
}
.cid-vhF6GaRCHz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhF6GaRCHz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhF6GaRCHz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhF6GaRCHz .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhF6GaRCHz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhF6GaRCHz .close::before {
  content: '\e91a';
}
.cid-vhF6GaRCHz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhF6GaRCHz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhF6GaRCHz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF6GaRCHz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF6GaRCHz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF6GaRCHz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhF6GaRCHz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhF6GaRCHz .carousel-indicators li.active,
.cid-vhF6GaRCHz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhF6GaRCHz .carousel-indicators li::after,
.cid-vhF6GaRCHz .carousel-indicators li::before {
  content: none;
}
.cid-vhF6GaRCHz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhF6GaRCHz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF6GaRCHz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF6GaRCHz .carousel-indicators {
    display: none;
  }
}
.cid-vhF6GaRCHz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhF6GaRCHz .carousel-inner > .active {
  display: block;
}
.cid-vhF6GaRCHz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF6GaRCHz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhF6GaRCHz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhF6GaRCHz .carousel-control,
  .cid-vhF6GaRCHz .carousel-indicators,
  .cid-vhF6GaRCHz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhF6GaRCHz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhF6GaRCHz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhF6GaRCHz .carousel-indicators .active,
.cid-vhF6GaRCHz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhF6GaRCHz .carousel-indicators .active {
  background: #fff;
}
.cid-vhF6GaRCHz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhF6GaRCHz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhF6GaRCHz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhF6GaRCHz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhF6GaRCHz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhF6GaRCHz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhF6GaRCHz .carousel {
  width: 100%;
}
.cid-vhF6GaRCHz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhF6GaRCHz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhF6GaRCHz .modal.fade .modal-dialog,
.cid-vhF6GaRCHz .modal.in .modal-dialog {
  transform: none;
}
.cid-vhF6GaRCHz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhF6GaRCHz .content-head {
  max-width: 800px;
}
.cid-vhF6GaRCHz .mbr-section-title {
  color: #432202;
}
.cid-vhF6GeEGRW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhF6GeEGRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF6GeEGRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF6GeEGRW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhF6GeEGRW .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhF6GeEGRW .container {
    padding: 0 6px;
  }
}
.cid-vhF6GeEGRW .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhF6GeEGRW .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhF6GeEGRW .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhF6GeEGRW .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhF6GeEGRW .row {
    padding: 50px 30px;
  }
}
.cid-vhF6GeEGRW .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhF6GeEGRW .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhF6GeEGRW .title-wrapper {
    padding: 0;
  }
}
.cid-vhF6GeEGRW .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhF6GeEGRW .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhF6GeEGRW .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhF6GeEGRW .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhF6GeEGRW .list-wrapper {
    padding: 0;
  }
}
.cid-vhF6GeEGRW .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhF6GeEGRW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhF6GeEGRW .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF6GeEGRW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhF6GeEGRW .list-wrapper .list .item-wrap:hover,
.cid-vhF6GeEGRW .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhF6GeEGRW .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhF6GeEGRW .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhF6GeEGRW .mbr-section-title {
  color: #ffffff;
}
.cid-vhF6GeEGRW .list-title {
  color: #ffffff;
}
.cid-vhF6GeEGRW .list {
  color: #ffffff;
}
.cid-vhF6GeEGRW .mbr-section-title,
.cid-vhF6GeEGRW .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhF6GeEGRW .list,
.cid-vhF6GeEGRW .item-wrap {
  color: #e7e3e0;
}
.cid-vhF7Of6f7v {
  background-color: transparent;
}
.cid-vhF7Of6f7v .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhF7Of6f7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhF7Of6f7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhF7Of6f7v .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhF7Of6f7v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhF7Of6f7v .navbar.opened {
  transition: all 0.3s;
}
.cid-vhF7Of6f7v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhF7Of6f7v .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhF7Of6f7v .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhF7Of6f7v .navbar.collapsed {
  justify-content: center;
}
.cid-vhF7Of6f7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhF7Of6f7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhF7Of6f7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhF7Of6f7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhF7Of6f7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhF7Of6f7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhF7Of6f7v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhF7Of6f7v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhF7Of6f7v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhF7Of6f7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhF7Of6f7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhF7Of6f7v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhF7Of6f7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhF7Of6f7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhF7Of6f7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhF7Of6f7v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhF7Of6f7v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhF7Of6f7v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhF7Of6f7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhF7Of6f7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhF7Of6f7v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhF7Of6f7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhF7Of6f7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhF7Of6f7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhF7Of6f7v .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhF7Of6f7v .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhF7Of6f7v .menu_box .navbar.opened,
  .cid-vhF7Of6f7v .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhF7Of6f7v .navbar-dropdown {
  position: relative !important;
}
.cid-vhF7Of6f7v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhF7Of6f7v .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhF7Of6f7v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhF7Of6f7v .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhF7Of6f7v .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhF7Of6f7v .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhF7Of6f7v .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhF7Of6f7v .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhF7Of6f7v .nav-item {
    margin: 0 !important;
  }
}
.cid-vhF7Of6f7v .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhF7Of6f7v .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhF7Of6f7v .nav-item .nav-link:hover,
.cid-vhF7Of6f7v .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhF7Of6f7v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhF7Of6f7v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhF7Of6f7v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF7Of6f7v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhF7Of6f7v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhF7Of6f7v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhF7Of6f7v .offcanvas_box {
    display: none;
  }
}
.cid-vhF7Of6f7v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhF7Of6f7v .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhF7Of6f7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhF7Of6f7v .container {
  display: flex;
  margin: auto;
}
.cid-vhF7Of6f7v .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF7Of6f7v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhF7Of6f7v .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhF7Of6f7v .navbar-nav {
    margin: 0;
  }
}
.cid-vhF7Of6f7v .dropdown-menu,
.cid-vhF7Of6f7v .navbar.opened {
  background-color: false !important;
}
.cid-vhF7Of6f7v .nav-item:focus,
.cid-vhF7Of6f7v .nav-link:focus {
  outline: none;
}
.cid-vhF7Of6f7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhF7Of6f7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhF7Of6f7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhF7Of6f7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhF7Of6f7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhF7Of6f7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhF7Of6f7v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhF7Of6f7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhF7Of6f7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhF7Of6f7v .dropdown-item.active,
.cid-vhF7Of6f7v .dropdown-item:active {
  background-color: transparent;
}
.cid-vhF7Of6f7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhF7Of6f7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhF7Of6f7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhF7Of6f7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhF7Of6f7v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhF7Of6f7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhF7Of6f7v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhF7Of6f7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhF7Of6f7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhF7Of6f7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF7Of6f7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF7Of6f7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhF7Of6f7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF7Of6f7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhF7Of6f7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhF7Of6f7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF7Of6f7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhF7Of6f7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhF7Of6f7v .navbar {
    height: 70px;
  }
  .cid-vhF7Of6f7v .navbar.opened {
    height: auto;
  }
  .cid-vhF7Of6f7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhF7Of6f7v .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhF7Of6f7v .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhF7Of6f7v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhF7Of6f7v .text_widget {
  margin-bottom: 32px;
}
.cid-vhF7Of6f7v .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhF7Of6f7v .text_widget a:hover,
.cid-vhF7Of6f7v .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhF7Of6f7v .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhF7Of6f7v .navbar-caption {
  color: #050f0f;
}
.cid-vhF7Of6f7v .mbr-section-subtitle,
.cid-vhF7Of6f7v .text_widget,
.cid-vhF7Of6f7v .mbr-section-btn {
  text-align: center;
}
.cid-vhF7Of6f7v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhF7OcnRjw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhF7OcnRjw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhF7OcnRjw .item {
    margin-bottom: 1rem;
  }
}
.cid-vhF7OcnRjw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhF7OcnRjw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhF7OcnRjw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhF7OcnRjw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhF7OcnRjw .carousel-control,
.cid-vhF7OcnRjw .close {
  background: #1b1b1b;
}
.cid-vhF7OcnRjw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhF7OcnRjw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhF7OcnRjw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhF7OcnRjw .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhF7OcnRjw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhF7OcnRjw .close::before {
  content: '\e91a';
}
.cid-vhF7OcnRjw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhF7OcnRjw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhF7OcnRjw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF7OcnRjw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF7OcnRjw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF7OcnRjw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhF7OcnRjw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhF7OcnRjw .carousel-indicators li.active,
.cid-vhF7OcnRjw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhF7OcnRjw .carousel-indicators li::after,
.cid-vhF7OcnRjw .carousel-indicators li::before {
  content: none;
}
.cid-vhF7OcnRjw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhF7OcnRjw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF7OcnRjw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF7OcnRjw .carousel-indicators {
    display: none;
  }
}
.cid-vhF7OcnRjw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhF7OcnRjw .carousel-inner > .active {
  display: block;
}
.cid-vhF7OcnRjw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF7OcnRjw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhF7OcnRjw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhF7OcnRjw .carousel-control,
  .cid-vhF7OcnRjw .carousel-indicators,
  .cid-vhF7OcnRjw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhF7OcnRjw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhF7OcnRjw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhF7OcnRjw .carousel-indicators .active,
.cid-vhF7OcnRjw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhF7OcnRjw .carousel-indicators .active {
  background: #fff;
}
.cid-vhF7OcnRjw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhF7OcnRjw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhF7OcnRjw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhF7OcnRjw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhF7OcnRjw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhF7OcnRjw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhF7OcnRjw .carousel {
  width: 100%;
}
.cid-vhF7OcnRjw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhF7OcnRjw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhF7OcnRjw .modal.fade .modal-dialog,
.cid-vhF7OcnRjw .modal.in .modal-dialog {
  transform: none;
}
.cid-vhF7OcnRjw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhF7OcnRjw .content-head {
  max-width: 800px;
}
.cid-vhF7OcnRjw .mbr-section-title {
  color: #432202;
}
.cid-vhF7Ogj3aC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhF7Ogj3aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF7Ogj3aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF7Ogj3aC .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhF7Ogj3aC .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhF7Ogj3aC .container {
    padding: 0 6px;
  }
}
.cid-vhF7Ogj3aC .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhF7Ogj3aC .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhF7Ogj3aC .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhF7Ogj3aC .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhF7Ogj3aC .row {
    padding: 50px 30px;
  }
}
.cid-vhF7Ogj3aC .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhF7Ogj3aC .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhF7Ogj3aC .title-wrapper {
    padding: 0;
  }
}
.cid-vhF7Ogj3aC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhF7Ogj3aC .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhF7Ogj3aC .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhF7Ogj3aC .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhF7Ogj3aC .list-wrapper {
    padding: 0;
  }
}
.cid-vhF7Ogj3aC .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhF7Ogj3aC .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhF7Ogj3aC .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF7Ogj3aC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhF7Ogj3aC .list-wrapper .list .item-wrap:hover,
.cid-vhF7Ogj3aC .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhF7Ogj3aC .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhF7Ogj3aC .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhF7Ogj3aC .mbr-section-title {
  color: #ffffff;
}
.cid-vhF7Ogj3aC .list-title {
  color: #ffffff;
}
.cid-vhF7Ogj3aC .list {
  color: #ffffff;
}
.cid-vhF7Ogj3aC .mbr-section-title,
.cid-vhF7Ogj3aC .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhF7Ogj3aC .list,
.cid-vhF7Ogj3aC .item-wrap {
  color: #e7e3e0;
}
.cid-vhF8UAJwvJ {
  background-color: transparent;
}
.cid-vhF8UAJwvJ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhF8UAJwvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhF8UAJwvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhF8UAJwvJ .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhF8UAJwvJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhF8UAJwvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhF8UAJwvJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhF8UAJwvJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhF8UAJwvJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhF8UAJwvJ .navbar.collapsed {
  justify-content: center;
}
.cid-vhF8UAJwvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhF8UAJwvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhF8UAJwvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhF8UAJwvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhF8UAJwvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhF8UAJwvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhF8UAJwvJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhF8UAJwvJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhF8UAJwvJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhF8UAJwvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhF8UAJwvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhF8UAJwvJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhF8UAJwvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhF8UAJwvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhF8UAJwvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhF8UAJwvJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhF8UAJwvJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhF8UAJwvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhF8UAJwvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhF8UAJwvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhF8UAJwvJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhF8UAJwvJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhF8UAJwvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhF8UAJwvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhF8UAJwvJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhF8UAJwvJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhF8UAJwvJ .menu_box .navbar.opened,
  .cid-vhF8UAJwvJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhF8UAJwvJ .navbar-dropdown {
  position: relative !important;
}
.cid-vhF8UAJwvJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhF8UAJwvJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhF8UAJwvJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhF8UAJwvJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhF8UAJwvJ .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhF8UAJwvJ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhF8UAJwvJ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhF8UAJwvJ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhF8UAJwvJ .nav-item {
    margin: 0 !important;
  }
}
.cid-vhF8UAJwvJ .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhF8UAJwvJ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhF8UAJwvJ .nav-item .nav-link:hover,
.cid-vhF8UAJwvJ .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhF8UAJwvJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhF8UAJwvJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhF8UAJwvJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF8UAJwvJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhF8UAJwvJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhF8UAJwvJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhF8UAJwvJ .offcanvas_box {
    display: none;
  }
}
.cid-vhF8UAJwvJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhF8UAJwvJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhF8UAJwvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhF8UAJwvJ .container {
  display: flex;
  margin: auto;
}
.cid-vhF8UAJwvJ .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF8UAJwvJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhF8UAJwvJ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhF8UAJwvJ .navbar-nav {
    margin: 0;
  }
}
.cid-vhF8UAJwvJ .dropdown-menu,
.cid-vhF8UAJwvJ .navbar.opened {
  background-color: false !important;
}
.cid-vhF8UAJwvJ .nav-item:focus,
.cid-vhF8UAJwvJ .nav-link:focus {
  outline: none;
}
.cid-vhF8UAJwvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhF8UAJwvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhF8UAJwvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhF8UAJwvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhF8UAJwvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhF8UAJwvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhF8UAJwvJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhF8UAJwvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhF8UAJwvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhF8UAJwvJ .dropdown-item.active,
.cid-vhF8UAJwvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhF8UAJwvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhF8UAJwvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhF8UAJwvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhF8UAJwvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhF8UAJwvJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhF8UAJwvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhF8UAJwvJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhF8UAJwvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhF8UAJwvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhF8UAJwvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF8UAJwvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhF8UAJwvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhF8UAJwvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF8UAJwvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhF8UAJwvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhF8UAJwvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhF8UAJwvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhF8UAJwvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhF8UAJwvJ .navbar {
    height: 70px;
  }
  .cid-vhF8UAJwvJ .navbar.opened {
    height: auto;
  }
  .cid-vhF8UAJwvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhF8UAJwvJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhF8UAJwvJ .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhF8UAJwvJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhF8UAJwvJ .text_widget {
  margin-bottom: 32px;
}
.cid-vhF8UAJwvJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhF8UAJwvJ .text_widget a:hover,
.cid-vhF8UAJwvJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhF8UAJwvJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhF8UAJwvJ .navbar-caption {
  color: #050f0f;
}
.cid-vhF8UAJwvJ .mbr-section-subtitle,
.cid-vhF8UAJwvJ .text_widget,
.cid-vhF8UAJwvJ .mbr-section-btn {
  text-align: center;
}
.cid-vhF8UAJwvJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhF8UywkQL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhF8UywkQL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhF8UywkQL .item {
    margin-bottom: 1rem;
  }
}
.cid-vhF8UywkQL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhF8UywkQL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhF8UywkQL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhF8UywkQL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhF8UywkQL .carousel-control,
.cid-vhF8UywkQL .close {
  background: #1b1b1b;
}
.cid-vhF8UywkQL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhF8UywkQL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhF8UywkQL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhF8UywkQL .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhF8UywkQL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhF8UywkQL .close::before {
  content: '\e91a';
}
.cid-vhF8UywkQL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhF8UywkQL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhF8UywkQL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF8UywkQL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF8UywkQL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF8UywkQL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhF8UywkQL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhF8UywkQL .carousel-indicators li.active,
.cid-vhF8UywkQL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhF8UywkQL .carousel-indicators li::after,
.cid-vhF8UywkQL .carousel-indicators li::before {
  content: none;
}
.cid-vhF8UywkQL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhF8UywkQL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhF8UywkQL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF8UywkQL .carousel-indicators {
    display: none;
  }
}
.cid-vhF8UywkQL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhF8UywkQL .carousel-inner > .active {
  display: block;
}
.cid-vhF8UywkQL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF8UywkQL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhF8UywkQL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhF8UywkQL .carousel-control,
  .cid-vhF8UywkQL .carousel-indicators,
  .cid-vhF8UywkQL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhF8UywkQL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhF8UywkQL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhF8UywkQL .carousel-indicators .active,
.cid-vhF8UywkQL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhF8UywkQL .carousel-indicators .active {
  background: #fff;
}
.cid-vhF8UywkQL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhF8UywkQL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhF8UywkQL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhF8UywkQL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhF8UywkQL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhF8UywkQL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhF8UywkQL .carousel {
  width: 100%;
}
.cid-vhF8UywkQL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhF8UywkQL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhF8UywkQL .modal.fade .modal-dialog,
.cid-vhF8UywkQL .modal.in .modal-dialog {
  transform: none;
}
.cid-vhF8UywkQL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhF8UywkQL .content-head {
  max-width: 800px;
}
.cid-vhF8UywkQL .mbr-section-title {
  color: #432202;
}
.cid-vhF8UDypgp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhF8UDypgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF8UDypgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF8UDypgp .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhF8UDypgp .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhF8UDypgp .container {
    padding: 0 6px;
  }
}
.cid-vhF8UDypgp .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhF8UDypgp .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhF8UDypgp .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhF8UDypgp .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhF8UDypgp .row {
    padding: 50px 30px;
  }
}
.cid-vhF8UDypgp .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhF8UDypgp .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhF8UDypgp .title-wrapper {
    padding: 0;
  }
}
.cid-vhF8UDypgp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhF8UDypgp .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhF8UDypgp .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhF8UDypgp .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhF8UDypgp .list-wrapper {
    padding: 0;
  }
}
.cid-vhF8UDypgp .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhF8UDypgp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhF8UDypgp .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhF8UDypgp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhF8UDypgp .list-wrapper .list .item-wrap:hover,
.cid-vhF8UDypgp .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhF8UDypgp .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhF8UDypgp .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhF8UDypgp .mbr-section-title {
  color: #ffffff;
}
.cid-vhF8UDypgp .list-title {
  color: #ffffff;
}
.cid-vhF8UDypgp .list {
  color: #ffffff;
}
.cid-vhF8UDypgp .mbr-section-title,
.cid-vhF8UDypgp .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhF8UDypgp .list,
.cid-vhF8UDypgp .item-wrap {
  color: #e7e3e0;
}
.cid-vhFadbnQcR {
  background-color: transparent;
}
.cid-vhFadbnQcR .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFadbnQcR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFadbnQcR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFadbnQcR .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFadbnQcR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFadbnQcR .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFadbnQcR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFadbnQcR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFadbnQcR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFadbnQcR .navbar.collapsed {
  justify-content: center;
}
.cid-vhFadbnQcR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFadbnQcR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFadbnQcR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFadbnQcR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFadbnQcR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFadbnQcR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFadbnQcR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFadbnQcR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFadbnQcR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFadbnQcR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFadbnQcR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFadbnQcR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFadbnQcR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFadbnQcR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFadbnQcR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFadbnQcR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFadbnQcR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFadbnQcR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFadbnQcR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFadbnQcR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFadbnQcR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFadbnQcR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFadbnQcR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFadbnQcR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFadbnQcR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFadbnQcR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFadbnQcR .menu_box .navbar.opened,
  .cid-vhFadbnQcR .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFadbnQcR .navbar-dropdown {
  position: relative !important;
}
.cid-vhFadbnQcR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFadbnQcR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFadbnQcR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFadbnQcR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFadbnQcR .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFadbnQcR .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFadbnQcR .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFadbnQcR .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFadbnQcR .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFadbnQcR .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFadbnQcR .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFadbnQcR .nav-item .nav-link:hover,
.cid-vhFadbnQcR .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFadbnQcR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFadbnQcR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFadbnQcR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFadbnQcR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFadbnQcR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFadbnQcR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFadbnQcR .offcanvas_box {
    display: none;
  }
}
.cid-vhFadbnQcR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFadbnQcR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFadbnQcR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFadbnQcR .container {
  display: flex;
  margin: auto;
}
.cid-vhFadbnQcR .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFadbnQcR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFadbnQcR .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFadbnQcR .navbar-nav {
    margin: 0;
  }
}
.cid-vhFadbnQcR .dropdown-menu,
.cid-vhFadbnQcR .navbar.opened {
  background-color: false !important;
}
.cid-vhFadbnQcR .nav-item:focus,
.cid-vhFadbnQcR .nav-link:focus {
  outline: none;
}
.cid-vhFadbnQcR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFadbnQcR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFadbnQcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFadbnQcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFadbnQcR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFadbnQcR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFadbnQcR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFadbnQcR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFadbnQcR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFadbnQcR .dropdown-item.active,
.cid-vhFadbnQcR .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFadbnQcR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFadbnQcR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFadbnQcR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFadbnQcR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFadbnQcR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFadbnQcR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFadbnQcR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFadbnQcR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFadbnQcR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFadbnQcR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFadbnQcR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFadbnQcR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFadbnQcR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFadbnQcR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFadbnQcR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFadbnQcR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFadbnQcR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFadbnQcR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFadbnQcR .navbar {
    height: 70px;
  }
  .cid-vhFadbnQcR .navbar.opened {
    height: auto;
  }
  .cid-vhFadbnQcR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFadbnQcR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFadbnQcR .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFadbnQcR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFadbnQcR .text_widget {
  margin-bottom: 32px;
}
.cid-vhFadbnQcR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFadbnQcR .text_widget a:hover,
.cid-vhFadbnQcR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFadbnQcR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFadbnQcR .navbar-caption {
  color: #050f0f;
}
.cid-vhFadbnQcR .mbr-section-subtitle,
.cid-vhFadbnQcR .text_widget,
.cid-vhFadbnQcR .mbr-section-btn {
  text-align: center;
}
.cid-vhFadbnQcR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFad8botT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhFad8botT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhFad8botT .item {
    margin-bottom: 1rem;
  }
}
.cid-vhFad8botT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhFad8botT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhFad8botT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhFad8botT .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhFad8botT .carousel-control,
.cid-vhFad8botT .close {
  background: #1b1b1b;
}
.cid-vhFad8botT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhFad8botT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhFad8botT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhFad8botT .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhFad8botT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhFad8botT .close::before {
  content: '\e91a';
}
.cid-vhFad8botT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhFad8botT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhFad8botT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFad8botT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFad8botT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFad8botT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhFad8botT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhFad8botT .carousel-indicators li.active,
.cid-vhFad8botT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhFad8botT .carousel-indicators li::after,
.cid-vhFad8botT .carousel-indicators li::before {
  content: none;
}
.cid-vhFad8botT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhFad8botT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFad8botT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFad8botT .carousel-indicators {
    display: none;
  }
}
.cid-vhFad8botT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhFad8botT .carousel-inner > .active {
  display: block;
}
.cid-vhFad8botT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFad8botT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFad8botT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhFad8botT .carousel-control,
  .cid-vhFad8botT .carousel-indicators,
  .cid-vhFad8botT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhFad8botT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhFad8botT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFad8botT .carousel-indicators .active,
.cid-vhFad8botT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhFad8botT .carousel-indicators .active {
  background: #fff;
}
.cid-vhFad8botT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhFad8botT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhFad8botT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhFad8botT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhFad8botT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhFad8botT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhFad8botT .carousel {
  width: 100%;
}
.cid-vhFad8botT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhFad8botT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhFad8botT .modal.fade .modal-dialog,
.cid-vhFad8botT .modal.in .modal-dialog {
  transform: none;
}
.cid-vhFad8botT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhFad8botT .content-head {
  max-width: 800px;
}
.cid-vhFad8botT .mbr-section-title {
  color: #432202;
}
.cid-vhFadcs3Ec {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFadcs3Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFadcs3Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFadcs3Ec .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFadcs3Ec .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFadcs3Ec .container {
    padding: 0 6px;
  }
}
.cid-vhFadcs3Ec .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFadcs3Ec .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFadcs3Ec .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFadcs3Ec .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFadcs3Ec .row {
    padding: 50px 30px;
  }
}
.cid-vhFadcs3Ec .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFadcs3Ec .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFadcs3Ec .title-wrapper {
    padding: 0;
  }
}
.cid-vhFadcs3Ec .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFadcs3Ec .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFadcs3Ec .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFadcs3Ec .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFadcs3Ec .list-wrapper {
    padding: 0;
  }
}
.cid-vhFadcs3Ec .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFadcs3Ec .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFadcs3Ec .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFadcs3Ec .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFadcs3Ec .list-wrapper .list .item-wrap:hover,
.cid-vhFadcs3Ec .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFadcs3Ec .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFadcs3Ec .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFadcs3Ec .mbr-section-title {
  color: #ffffff;
}
.cid-vhFadcs3Ec .list-title {
  color: #ffffff;
}
.cid-vhFadcs3Ec .list {
  color: #ffffff;
}
.cid-vhFadcs3Ec .mbr-section-title,
.cid-vhFadcs3Ec .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFadcs3Ec .list,
.cid-vhFadcs3Ec .item-wrap {
  color: #e7e3e0;
}
.cid-vhFbYfmFWu {
  background-color: transparent;
}
.cid-vhFbYfmFWu .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFbYfmFWu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFbYfmFWu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFbYfmFWu .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFbYfmFWu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFbYfmFWu .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFbYfmFWu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFbYfmFWu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFbYfmFWu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFbYfmFWu .navbar.collapsed {
  justify-content: center;
}
.cid-vhFbYfmFWu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFbYfmFWu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFbYfmFWu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFbYfmFWu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFbYfmFWu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFbYfmFWu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFbYfmFWu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFbYfmFWu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFbYfmFWu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFbYfmFWu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFbYfmFWu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFbYfmFWu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFbYfmFWu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFbYfmFWu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFbYfmFWu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFbYfmFWu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFbYfmFWu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFbYfmFWu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFbYfmFWu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFbYfmFWu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFbYfmFWu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFbYfmFWu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFbYfmFWu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFbYfmFWu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFbYfmFWu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFbYfmFWu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFbYfmFWu .menu_box .navbar.opened,
  .cid-vhFbYfmFWu .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFbYfmFWu .navbar-dropdown {
  position: relative !important;
}
.cid-vhFbYfmFWu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFbYfmFWu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFbYfmFWu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFbYfmFWu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFbYfmFWu .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFbYfmFWu .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFbYfmFWu .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFbYfmFWu .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFbYfmFWu .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFbYfmFWu .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFbYfmFWu .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFbYfmFWu .nav-item .nav-link:hover,
.cid-vhFbYfmFWu .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFbYfmFWu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFbYfmFWu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFbYfmFWu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFbYfmFWu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFbYfmFWu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFbYfmFWu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFbYfmFWu .offcanvas_box {
    display: none;
  }
}
.cid-vhFbYfmFWu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFbYfmFWu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFbYfmFWu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFbYfmFWu .container {
  display: flex;
  margin: auto;
}
.cid-vhFbYfmFWu .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFbYfmFWu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFbYfmFWu .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFbYfmFWu .navbar-nav {
    margin: 0;
  }
}
.cid-vhFbYfmFWu .dropdown-menu,
.cid-vhFbYfmFWu .navbar.opened {
  background-color: false !important;
}
.cid-vhFbYfmFWu .nav-item:focus,
.cid-vhFbYfmFWu .nav-link:focus {
  outline: none;
}
.cid-vhFbYfmFWu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFbYfmFWu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFbYfmFWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFbYfmFWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFbYfmFWu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFbYfmFWu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFbYfmFWu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFbYfmFWu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFbYfmFWu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFbYfmFWu .dropdown-item.active,
.cid-vhFbYfmFWu .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFbYfmFWu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFbYfmFWu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFbYfmFWu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFbYfmFWu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFbYfmFWu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFbYfmFWu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFbYfmFWu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFbYfmFWu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFbYfmFWu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFbYfmFWu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFbYfmFWu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFbYfmFWu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFbYfmFWu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFbYfmFWu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFbYfmFWu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFbYfmFWu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFbYfmFWu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFbYfmFWu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFbYfmFWu .navbar {
    height: 70px;
  }
  .cid-vhFbYfmFWu .navbar.opened {
    height: auto;
  }
  .cid-vhFbYfmFWu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFbYfmFWu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFbYfmFWu .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFbYfmFWu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFbYfmFWu .text_widget {
  margin-bottom: 32px;
}
.cid-vhFbYfmFWu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFbYfmFWu .text_widget a:hover,
.cid-vhFbYfmFWu .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFbYfmFWu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFbYfmFWu .navbar-caption {
  color: #050f0f;
}
.cid-vhFbYfmFWu .mbr-section-subtitle,
.cid-vhFbYfmFWu .text_widget,
.cid-vhFbYfmFWu .mbr-section-btn {
  text-align: center;
}
.cid-vhFbYfmFWu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFbYd6bDY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhFbYd6bDY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhFbYd6bDY .item {
    margin-bottom: 1rem;
  }
}
.cid-vhFbYd6bDY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhFbYd6bDY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhFbYd6bDY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhFbYd6bDY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhFbYd6bDY .carousel-control,
.cid-vhFbYd6bDY .close {
  background: #1b1b1b;
}
.cid-vhFbYd6bDY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhFbYd6bDY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhFbYd6bDY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhFbYd6bDY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhFbYd6bDY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhFbYd6bDY .close::before {
  content: '\e91a';
}
.cid-vhFbYd6bDY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhFbYd6bDY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhFbYd6bDY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFbYd6bDY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFbYd6bDY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFbYd6bDY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhFbYd6bDY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhFbYd6bDY .carousel-indicators li.active,
.cid-vhFbYd6bDY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhFbYd6bDY .carousel-indicators li::after,
.cid-vhFbYd6bDY .carousel-indicators li::before {
  content: none;
}
.cid-vhFbYd6bDY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhFbYd6bDY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFbYd6bDY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFbYd6bDY .carousel-indicators {
    display: none;
  }
}
.cid-vhFbYd6bDY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhFbYd6bDY .carousel-inner > .active {
  display: block;
}
.cid-vhFbYd6bDY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFbYd6bDY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFbYd6bDY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhFbYd6bDY .carousel-control,
  .cid-vhFbYd6bDY .carousel-indicators,
  .cid-vhFbYd6bDY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhFbYd6bDY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhFbYd6bDY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFbYd6bDY .carousel-indicators .active,
.cid-vhFbYd6bDY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhFbYd6bDY .carousel-indicators .active {
  background: #fff;
}
.cid-vhFbYd6bDY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhFbYd6bDY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhFbYd6bDY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhFbYd6bDY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhFbYd6bDY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhFbYd6bDY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhFbYd6bDY .carousel {
  width: 100%;
}
.cid-vhFbYd6bDY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhFbYd6bDY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhFbYd6bDY .modal.fade .modal-dialog,
.cid-vhFbYd6bDY .modal.in .modal-dialog {
  transform: none;
}
.cid-vhFbYd6bDY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhFbYd6bDY .content-head {
  max-width: 800px;
}
.cid-vhFbYd6bDY .mbr-section-title {
  color: #432202;
}
.cid-vhFbYgsfDP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFbYgsfDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFbYgsfDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFbYgsfDP .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFbYgsfDP .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFbYgsfDP .container {
    padding: 0 6px;
  }
}
.cid-vhFbYgsfDP .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFbYgsfDP .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFbYgsfDP .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFbYgsfDP .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFbYgsfDP .row {
    padding: 50px 30px;
  }
}
.cid-vhFbYgsfDP .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFbYgsfDP .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFbYgsfDP .title-wrapper {
    padding: 0;
  }
}
.cid-vhFbYgsfDP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFbYgsfDP .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFbYgsfDP .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFbYgsfDP .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFbYgsfDP .list-wrapper {
    padding: 0;
  }
}
.cid-vhFbYgsfDP .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFbYgsfDP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFbYgsfDP .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFbYgsfDP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFbYgsfDP .list-wrapper .list .item-wrap:hover,
.cid-vhFbYgsfDP .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFbYgsfDP .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFbYgsfDP .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFbYgsfDP .mbr-section-title {
  color: #ffffff;
}
.cid-vhFbYgsfDP .list-title {
  color: #ffffff;
}
.cid-vhFbYgsfDP .list {
  color: #ffffff;
}
.cid-vhFbYgsfDP .mbr-section-title,
.cid-vhFbYgsfDP .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFbYgsfDP .list,
.cid-vhFbYgsfDP .item-wrap {
  color: #e7e3e0;
}
.cid-vhFdfF7dpx {
  background-color: transparent;
}
.cid-vhFdfF7dpx .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFdfF7dpx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFdfF7dpx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFdfF7dpx .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFdfF7dpx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFdfF7dpx .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFdfF7dpx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFdfF7dpx .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFdfF7dpx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFdfF7dpx .navbar.collapsed {
  justify-content: center;
}
.cid-vhFdfF7dpx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFdfF7dpx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFdfF7dpx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFdfF7dpx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFdfF7dpx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFdfF7dpx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFdfF7dpx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFdfF7dpx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFdfF7dpx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFdfF7dpx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFdfF7dpx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFdfF7dpx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFdfF7dpx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFdfF7dpx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFdfF7dpx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFdfF7dpx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFdfF7dpx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFdfF7dpx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFdfF7dpx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFdfF7dpx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFdfF7dpx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFdfF7dpx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFdfF7dpx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFdfF7dpx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFdfF7dpx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFdfF7dpx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFdfF7dpx .menu_box .navbar.opened,
  .cid-vhFdfF7dpx .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFdfF7dpx .navbar-dropdown {
  position: relative !important;
}
.cid-vhFdfF7dpx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFdfF7dpx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFdfF7dpx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFdfF7dpx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFdfF7dpx .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFdfF7dpx .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFdfF7dpx .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFdfF7dpx .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFdfF7dpx .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFdfF7dpx .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFdfF7dpx .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFdfF7dpx .nav-item .nav-link:hover,
.cid-vhFdfF7dpx .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFdfF7dpx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFdfF7dpx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFdfF7dpx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFdfF7dpx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFdfF7dpx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFdfF7dpx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFdfF7dpx .offcanvas_box {
    display: none;
  }
}
.cid-vhFdfF7dpx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFdfF7dpx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFdfF7dpx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFdfF7dpx .container {
  display: flex;
  margin: auto;
}
.cid-vhFdfF7dpx .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFdfF7dpx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFdfF7dpx .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFdfF7dpx .navbar-nav {
    margin: 0;
  }
}
.cid-vhFdfF7dpx .dropdown-menu,
.cid-vhFdfF7dpx .navbar.opened {
  background-color: false !important;
}
.cid-vhFdfF7dpx .nav-item:focus,
.cid-vhFdfF7dpx .nav-link:focus {
  outline: none;
}
.cid-vhFdfF7dpx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFdfF7dpx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFdfF7dpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFdfF7dpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFdfF7dpx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFdfF7dpx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFdfF7dpx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFdfF7dpx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFdfF7dpx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFdfF7dpx .dropdown-item.active,
.cid-vhFdfF7dpx .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFdfF7dpx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFdfF7dpx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFdfF7dpx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFdfF7dpx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFdfF7dpx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFdfF7dpx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFdfF7dpx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFdfF7dpx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFdfF7dpx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFdfF7dpx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFdfF7dpx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFdfF7dpx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFdfF7dpx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFdfF7dpx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFdfF7dpx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFdfF7dpx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFdfF7dpx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFdfF7dpx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFdfF7dpx .navbar {
    height: 70px;
  }
  .cid-vhFdfF7dpx .navbar.opened {
    height: auto;
  }
  .cid-vhFdfF7dpx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFdfF7dpx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFdfF7dpx .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFdfF7dpx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFdfF7dpx .text_widget {
  margin-bottom: 32px;
}
.cid-vhFdfF7dpx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFdfF7dpx .text_widget a:hover,
.cid-vhFdfF7dpx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFdfF7dpx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFdfF7dpx .navbar-caption {
  color: #050f0f;
}
.cid-vhFdfF7dpx .mbr-section-subtitle,
.cid-vhFdfF7dpx .text_widget,
.cid-vhFdfF7dpx .mbr-section-btn {
  text-align: center;
}
.cid-vhFdfF7dpx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFdfCU4VB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhFdfCU4VB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhFdfCU4VB .item {
    margin-bottom: 1rem;
  }
}
.cid-vhFdfCU4VB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhFdfCU4VB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhFdfCU4VB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhFdfCU4VB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhFdfCU4VB .carousel-control,
.cid-vhFdfCU4VB .close {
  background: #1b1b1b;
}
.cid-vhFdfCU4VB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhFdfCU4VB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhFdfCU4VB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhFdfCU4VB .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhFdfCU4VB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhFdfCU4VB .close::before {
  content: '\e91a';
}
.cid-vhFdfCU4VB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhFdfCU4VB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhFdfCU4VB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFdfCU4VB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFdfCU4VB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFdfCU4VB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhFdfCU4VB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhFdfCU4VB .carousel-indicators li.active,
.cid-vhFdfCU4VB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhFdfCU4VB .carousel-indicators li::after,
.cid-vhFdfCU4VB .carousel-indicators li::before {
  content: none;
}
.cid-vhFdfCU4VB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhFdfCU4VB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFdfCU4VB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFdfCU4VB .carousel-indicators {
    display: none;
  }
}
.cid-vhFdfCU4VB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhFdfCU4VB .carousel-inner > .active {
  display: block;
}
.cid-vhFdfCU4VB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFdfCU4VB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFdfCU4VB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhFdfCU4VB .carousel-control,
  .cid-vhFdfCU4VB .carousel-indicators,
  .cid-vhFdfCU4VB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhFdfCU4VB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhFdfCU4VB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFdfCU4VB .carousel-indicators .active,
.cid-vhFdfCU4VB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhFdfCU4VB .carousel-indicators .active {
  background: #fff;
}
.cid-vhFdfCU4VB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhFdfCU4VB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhFdfCU4VB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhFdfCU4VB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhFdfCU4VB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhFdfCU4VB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhFdfCU4VB .carousel {
  width: 100%;
}
.cid-vhFdfCU4VB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhFdfCU4VB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhFdfCU4VB .modal.fade .modal-dialog,
.cid-vhFdfCU4VB .modal.in .modal-dialog {
  transform: none;
}
.cid-vhFdfCU4VB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhFdfCU4VB .content-head {
  max-width: 800px;
}
.cid-vhFdfCU4VB .mbr-section-title {
  color: #432202;
}
.cid-vhFdfGkyRv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFdfGkyRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFdfGkyRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFdfGkyRv .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFdfGkyRv .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFdfGkyRv .container {
    padding: 0 6px;
  }
}
.cid-vhFdfGkyRv .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFdfGkyRv .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFdfGkyRv .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFdfGkyRv .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFdfGkyRv .row {
    padding: 50px 30px;
  }
}
.cid-vhFdfGkyRv .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFdfGkyRv .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFdfGkyRv .title-wrapper {
    padding: 0;
  }
}
.cid-vhFdfGkyRv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFdfGkyRv .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFdfGkyRv .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFdfGkyRv .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFdfGkyRv .list-wrapper {
    padding: 0;
  }
}
.cid-vhFdfGkyRv .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFdfGkyRv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFdfGkyRv .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFdfGkyRv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFdfGkyRv .list-wrapper .list .item-wrap:hover,
.cid-vhFdfGkyRv .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFdfGkyRv .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFdfGkyRv .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFdfGkyRv .mbr-section-title {
  color: #ffffff;
}
.cid-vhFdfGkyRv .list-title {
  color: #ffffff;
}
.cid-vhFdfGkyRv .list {
  color: #ffffff;
}
.cid-vhFdfGkyRv .mbr-section-title,
.cid-vhFdfGkyRv .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFdfGkyRv .list,
.cid-vhFdfGkyRv .item-wrap {
  color: #e7e3e0;
}
.cid-vhFfxu5WcD {
  background-color: transparent;
}
.cid-vhFfxu5WcD .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFfxu5WcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFfxu5WcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFfxu5WcD .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFfxu5WcD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFfxu5WcD .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFfxu5WcD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFfxu5WcD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFfxu5WcD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFfxu5WcD .navbar.collapsed {
  justify-content: center;
}
.cid-vhFfxu5WcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFfxu5WcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFfxu5WcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFfxu5WcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFfxu5WcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFfxu5WcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFfxu5WcD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFfxu5WcD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFfxu5WcD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFfxu5WcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFfxu5WcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFfxu5WcD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFfxu5WcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFfxu5WcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFfxu5WcD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFfxu5WcD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFfxu5WcD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFfxu5WcD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFfxu5WcD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFfxu5WcD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFfxu5WcD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFfxu5WcD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFfxu5WcD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFfxu5WcD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFfxu5WcD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFfxu5WcD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFfxu5WcD .menu_box .navbar.opened,
  .cid-vhFfxu5WcD .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFfxu5WcD .navbar-dropdown {
  position: relative !important;
}
.cid-vhFfxu5WcD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFfxu5WcD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFfxu5WcD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFfxu5WcD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFfxu5WcD .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFfxu5WcD .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFfxu5WcD .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFfxu5WcD .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFfxu5WcD .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFfxu5WcD .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFfxu5WcD .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFfxu5WcD .nav-item .nav-link:hover,
.cid-vhFfxu5WcD .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFfxu5WcD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFfxu5WcD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFfxu5WcD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFfxu5WcD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFfxu5WcD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFfxu5WcD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFfxu5WcD .offcanvas_box {
    display: none;
  }
}
.cid-vhFfxu5WcD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFfxu5WcD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFfxu5WcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFfxu5WcD .container {
  display: flex;
  margin: auto;
}
.cid-vhFfxu5WcD .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFfxu5WcD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFfxu5WcD .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFfxu5WcD .navbar-nav {
    margin: 0;
  }
}
.cid-vhFfxu5WcD .dropdown-menu,
.cid-vhFfxu5WcD .navbar.opened {
  background-color: false !important;
}
.cid-vhFfxu5WcD .nav-item:focus,
.cid-vhFfxu5WcD .nav-link:focus {
  outline: none;
}
.cid-vhFfxu5WcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFfxu5WcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFfxu5WcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFfxu5WcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFfxu5WcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFfxu5WcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFfxu5WcD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFfxu5WcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFfxu5WcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFfxu5WcD .dropdown-item.active,
.cid-vhFfxu5WcD .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFfxu5WcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFfxu5WcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFfxu5WcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFfxu5WcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFfxu5WcD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFfxu5WcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFfxu5WcD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFfxu5WcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFfxu5WcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFfxu5WcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFfxu5WcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFfxu5WcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFfxu5WcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFfxu5WcD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFfxu5WcD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFfxu5WcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFfxu5WcD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFfxu5WcD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFfxu5WcD .navbar {
    height: 70px;
  }
  .cid-vhFfxu5WcD .navbar.opened {
    height: auto;
  }
  .cid-vhFfxu5WcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFfxu5WcD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFfxu5WcD .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFfxu5WcD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFfxu5WcD .text_widget {
  margin-bottom: 32px;
}
.cid-vhFfxu5WcD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFfxu5WcD .text_widget a:hover,
.cid-vhFfxu5WcD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFfxu5WcD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFfxu5WcD .navbar-caption {
  color: #050f0f;
}
.cid-vhFfxu5WcD .mbr-section-subtitle,
.cid-vhFfxu5WcD .text_widget,
.cid-vhFfxu5WcD .mbr-section-btn {
  text-align: center;
}
.cid-vhFfxu5WcD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFfxqJGsk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhFfxqJGsk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhFfxqJGsk .item {
    margin-bottom: 1rem;
  }
}
.cid-vhFfxqJGsk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhFfxqJGsk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhFfxqJGsk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhFfxqJGsk .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhFfxqJGsk .carousel-control,
.cid-vhFfxqJGsk .close {
  background: #1b1b1b;
}
.cid-vhFfxqJGsk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhFfxqJGsk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhFfxqJGsk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhFfxqJGsk .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhFfxqJGsk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhFfxqJGsk .close::before {
  content: '\e91a';
}
.cid-vhFfxqJGsk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhFfxqJGsk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhFfxqJGsk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFfxqJGsk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFfxqJGsk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFfxqJGsk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhFfxqJGsk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhFfxqJGsk .carousel-indicators li.active,
.cid-vhFfxqJGsk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhFfxqJGsk .carousel-indicators li::after,
.cid-vhFfxqJGsk .carousel-indicators li::before {
  content: none;
}
.cid-vhFfxqJGsk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhFfxqJGsk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFfxqJGsk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFfxqJGsk .carousel-indicators {
    display: none;
  }
}
.cid-vhFfxqJGsk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhFfxqJGsk .carousel-inner > .active {
  display: block;
}
.cid-vhFfxqJGsk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFfxqJGsk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFfxqJGsk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhFfxqJGsk .carousel-control,
  .cid-vhFfxqJGsk .carousel-indicators,
  .cid-vhFfxqJGsk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhFfxqJGsk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhFfxqJGsk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFfxqJGsk .carousel-indicators .active,
.cid-vhFfxqJGsk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhFfxqJGsk .carousel-indicators .active {
  background: #fff;
}
.cid-vhFfxqJGsk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhFfxqJGsk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhFfxqJGsk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhFfxqJGsk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhFfxqJGsk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhFfxqJGsk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhFfxqJGsk .carousel {
  width: 100%;
}
.cid-vhFfxqJGsk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhFfxqJGsk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhFfxqJGsk .modal.fade .modal-dialog,
.cid-vhFfxqJGsk .modal.in .modal-dialog {
  transform: none;
}
.cid-vhFfxqJGsk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhFfxqJGsk .content-head {
  max-width: 800px;
}
.cid-vhFfxqJGsk .mbr-section-title {
  color: #432202;
}
.cid-vhFfxvvEle {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFfxvvEle .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFfxvvEle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFfxvvEle .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFfxvvEle .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFfxvvEle .container {
    padding: 0 6px;
  }
}
.cid-vhFfxvvEle .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFfxvvEle .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFfxvvEle .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFfxvvEle .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFfxvvEle .row {
    padding: 50px 30px;
  }
}
.cid-vhFfxvvEle .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFfxvvEle .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFfxvvEle .title-wrapper {
    padding: 0;
  }
}
.cid-vhFfxvvEle .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFfxvvEle .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFfxvvEle .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFfxvvEle .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFfxvvEle .list-wrapper {
    padding: 0;
  }
}
.cid-vhFfxvvEle .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFfxvvEle .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFfxvvEle .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFfxvvEle .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFfxvvEle .list-wrapper .list .item-wrap:hover,
.cid-vhFfxvvEle .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFfxvvEle .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFfxvvEle .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFfxvvEle .mbr-section-title {
  color: #ffffff;
}
.cid-vhFfxvvEle .list-title {
  color: #ffffff;
}
.cid-vhFfxvvEle .list {
  color: #ffffff;
}
.cid-vhFfxvvEle .mbr-section-title,
.cid-vhFfxvvEle .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFfxvvEle .list,
.cid-vhFfxvvEle .item-wrap {
  color: #e7e3e0;
}
.cid-vhFhnDpeIq {
  background-color: transparent;
}
.cid-vhFhnDpeIq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFhnDpeIq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFhnDpeIq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFhnDpeIq .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFhnDpeIq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFhnDpeIq .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFhnDpeIq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFhnDpeIq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFhnDpeIq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFhnDpeIq .navbar.collapsed {
  justify-content: center;
}
.cid-vhFhnDpeIq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFhnDpeIq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFhnDpeIq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFhnDpeIq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFhnDpeIq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFhnDpeIq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFhnDpeIq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFhnDpeIq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFhnDpeIq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFhnDpeIq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFhnDpeIq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFhnDpeIq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFhnDpeIq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFhnDpeIq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFhnDpeIq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFhnDpeIq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFhnDpeIq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFhnDpeIq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFhnDpeIq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFhnDpeIq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFhnDpeIq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFhnDpeIq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFhnDpeIq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFhnDpeIq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFhnDpeIq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFhnDpeIq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFhnDpeIq .menu_box .navbar.opened,
  .cid-vhFhnDpeIq .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFhnDpeIq .navbar-dropdown {
  position: relative !important;
}
.cid-vhFhnDpeIq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFhnDpeIq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFhnDpeIq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFhnDpeIq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFhnDpeIq .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFhnDpeIq .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFhnDpeIq .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFhnDpeIq .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFhnDpeIq .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFhnDpeIq .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFhnDpeIq .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFhnDpeIq .nav-item .nav-link:hover,
.cid-vhFhnDpeIq .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFhnDpeIq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFhnDpeIq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFhnDpeIq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFhnDpeIq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFhnDpeIq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFhnDpeIq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFhnDpeIq .offcanvas_box {
    display: none;
  }
}
.cid-vhFhnDpeIq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFhnDpeIq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFhnDpeIq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFhnDpeIq .container {
  display: flex;
  margin: auto;
}
.cid-vhFhnDpeIq .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFhnDpeIq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFhnDpeIq .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFhnDpeIq .navbar-nav {
    margin: 0;
  }
}
.cid-vhFhnDpeIq .dropdown-menu,
.cid-vhFhnDpeIq .navbar.opened {
  background-color: false !important;
}
.cid-vhFhnDpeIq .nav-item:focus,
.cid-vhFhnDpeIq .nav-link:focus {
  outline: none;
}
.cid-vhFhnDpeIq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFhnDpeIq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFhnDpeIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFhnDpeIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFhnDpeIq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFhnDpeIq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFhnDpeIq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFhnDpeIq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFhnDpeIq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFhnDpeIq .dropdown-item.active,
.cid-vhFhnDpeIq .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFhnDpeIq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFhnDpeIq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFhnDpeIq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFhnDpeIq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFhnDpeIq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFhnDpeIq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFhnDpeIq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFhnDpeIq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFhnDpeIq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFhnDpeIq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFhnDpeIq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFhnDpeIq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFhnDpeIq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFhnDpeIq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFhnDpeIq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFhnDpeIq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFhnDpeIq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFhnDpeIq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFhnDpeIq .navbar {
    height: 70px;
  }
  .cid-vhFhnDpeIq .navbar.opened {
    height: auto;
  }
  .cid-vhFhnDpeIq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFhnDpeIq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFhnDpeIq .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFhnDpeIq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFhnDpeIq .text_widget {
  margin-bottom: 32px;
}
.cid-vhFhnDpeIq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFhnDpeIq .text_widget a:hover,
.cid-vhFhnDpeIq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFhnDpeIq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFhnDpeIq .navbar-caption {
  color: #050f0f;
}
.cid-vhFhnDpeIq .mbr-section-subtitle,
.cid-vhFhnDpeIq .text_widget,
.cid-vhFhnDpeIq .mbr-section-btn {
  text-align: center;
}
.cid-vhFhnDpeIq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFhnxI8qP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhFhnxI8qP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhFhnxI8qP .item {
    margin-bottom: 1rem;
  }
}
.cid-vhFhnxI8qP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhFhnxI8qP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhFhnxI8qP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhFhnxI8qP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhFhnxI8qP .carousel-control,
.cid-vhFhnxI8qP .close {
  background: #1b1b1b;
}
.cid-vhFhnxI8qP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhFhnxI8qP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhFhnxI8qP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhFhnxI8qP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhFhnxI8qP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhFhnxI8qP .close::before {
  content: '\e91a';
}
.cid-vhFhnxI8qP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhFhnxI8qP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhFhnxI8qP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFhnxI8qP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFhnxI8qP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFhnxI8qP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhFhnxI8qP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhFhnxI8qP .carousel-indicators li.active,
.cid-vhFhnxI8qP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhFhnxI8qP .carousel-indicators li::after,
.cid-vhFhnxI8qP .carousel-indicators li::before {
  content: none;
}
.cid-vhFhnxI8qP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhFhnxI8qP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFhnxI8qP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFhnxI8qP .carousel-indicators {
    display: none;
  }
}
.cid-vhFhnxI8qP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhFhnxI8qP .carousel-inner > .active {
  display: block;
}
.cid-vhFhnxI8qP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFhnxI8qP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFhnxI8qP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhFhnxI8qP .carousel-control,
  .cid-vhFhnxI8qP .carousel-indicators,
  .cid-vhFhnxI8qP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhFhnxI8qP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhFhnxI8qP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFhnxI8qP .carousel-indicators .active,
.cid-vhFhnxI8qP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhFhnxI8qP .carousel-indicators .active {
  background: #fff;
}
.cid-vhFhnxI8qP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhFhnxI8qP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhFhnxI8qP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhFhnxI8qP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhFhnxI8qP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhFhnxI8qP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhFhnxI8qP .carousel {
  width: 100%;
}
.cid-vhFhnxI8qP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhFhnxI8qP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhFhnxI8qP .modal.fade .modal-dialog,
.cid-vhFhnxI8qP .modal.in .modal-dialog {
  transform: none;
}
.cid-vhFhnxI8qP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhFhnxI8qP .content-head {
  max-width: 800px;
}
.cid-vhFhnxI8qP .mbr-section-title {
  color: #432202;
}
.cid-vhFhnEvR0Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFhnEvR0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFhnEvR0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFhnEvR0Y .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFhnEvR0Y .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFhnEvR0Y .container {
    padding: 0 6px;
  }
}
.cid-vhFhnEvR0Y .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFhnEvR0Y .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFhnEvR0Y .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFhnEvR0Y .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFhnEvR0Y .row {
    padding: 50px 30px;
  }
}
.cid-vhFhnEvR0Y .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFhnEvR0Y .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFhnEvR0Y .title-wrapper {
    padding: 0;
  }
}
.cid-vhFhnEvR0Y .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFhnEvR0Y .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFhnEvR0Y .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFhnEvR0Y .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFhnEvR0Y .list-wrapper {
    padding: 0;
  }
}
.cid-vhFhnEvR0Y .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFhnEvR0Y .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFhnEvR0Y .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFhnEvR0Y .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFhnEvR0Y .list-wrapper .list .item-wrap:hover,
.cid-vhFhnEvR0Y .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFhnEvR0Y .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFhnEvR0Y .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFhnEvR0Y .mbr-section-title {
  color: #ffffff;
}
.cid-vhFhnEvR0Y .list-title {
  color: #ffffff;
}
.cid-vhFhnEvR0Y .list {
  color: #ffffff;
}
.cid-vhFhnEvR0Y .mbr-section-title,
.cid-vhFhnEvR0Y .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFhnEvR0Y .list,
.cid-vhFhnEvR0Y .item-wrap {
  color: #e7e3e0;
}
.cid-vhFjsM4tDJ {
  background-color: transparent;
}
.cid-vhFjsM4tDJ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFjsM4tDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFjsM4tDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFjsM4tDJ .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFjsM4tDJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFjsM4tDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFjsM4tDJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFjsM4tDJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFjsM4tDJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFjsM4tDJ .navbar.collapsed {
  justify-content: center;
}
.cid-vhFjsM4tDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFjsM4tDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFjsM4tDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFjsM4tDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFjsM4tDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFjsM4tDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFjsM4tDJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFjsM4tDJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFjsM4tDJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFjsM4tDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFjsM4tDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFjsM4tDJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFjsM4tDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFjsM4tDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFjsM4tDJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFjsM4tDJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFjsM4tDJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFjsM4tDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFjsM4tDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFjsM4tDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFjsM4tDJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFjsM4tDJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFjsM4tDJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFjsM4tDJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFjsM4tDJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFjsM4tDJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFjsM4tDJ .menu_box .navbar.opened,
  .cid-vhFjsM4tDJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFjsM4tDJ .navbar-dropdown {
  position: relative !important;
}
.cid-vhFjsM4tDJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFjsM4tDJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFjsM4tDJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFjsM4tDJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFjsM4tDJ .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFjsM4tDJ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFjsM4tDJ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFjsM4tDJ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFjsM4tDJ .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFjsM4tDJ .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFjsM4tDJ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFjsM4tDJ .nav-item .nav-link:hover,
.cid-vhFjsM4tDJ .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFjsM4tDJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFjsM4tDJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFjsM4tDJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFjsM4tDJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFjsM4tDJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFjsM4tDJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFjsM4tDJ .offcanvas_box {
    display: none;
  }
}
.cid-vhFjsM4tDJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFjsM4tDJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFjsM4tDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFjsM4tDJ .container {
  display: flex;
  margin: auto;
}
.cid-vhFjsM4tDJ .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFjsM4tDJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFjsM4tDJ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFjsM4tDJ .navbar-nav {
    margin: 0;
  }
}
.cid-vhFjsM4tDJ .dropdown-menu,
.cid-vhFjsM4tDJ .navbar.opened {
  background-color: false !important;
}
.cid-vhFjsM4tDJ .nav-item:focus,
.cid-vhFjsM4tDJ .nav-link:focus {
  outline: none;
}
.cid-vhFjsM4tDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFjsM4tDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFjsM4tDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFjsM4tDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFjsM4tDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFjsM4tDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFjsM4tDJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFjsM4tDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFjsM4tDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFjsM4tDJ .dropdown-item.active,
.cid-vhFjsM4tDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFjsM4tDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFjsM4tDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFjsM4tDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFjsM4tDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFjsM4tDJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFjsM4tDJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFjsM4tDJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFjsM4tDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFjsM4tDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFjsM4tDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFjsM4tDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFjsM4tDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFjsM4tDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFjsM4tDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFjsM4tDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFjsM4tDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFjsM4tDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFjsM4tDJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFjsM4tDJ .navbar {
    height: 70px;
  }
  .cid-vhFjsM4tDJ .navbar.opened {
    height: auto;
  }
  .cid-vhFjsM4tDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFjsM4tDJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFjsM4tDJ .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFjsM4tDJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFjsM4tDJ .text_widget {
  margin-bottom: 32px;
}
.cid-vhFjsM4tDJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFjsM4tDJ .text_widget a:hover,
.cid-vhFjsM4tDJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFjsM4tDJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFjsM4tDJ .navbar-caption {
  color: #050f0f;
}
.cid-vhFjsM4tDJ .mbr-section-subtitle,
.cid-vhFjsM4tDJ .text_widget,
.cid-vhFjsM4tDJ .mbr-section-btn {
  text-align: center;
}
.cid-vhFjsM4tDJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFjsI7Ik3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vhFjsI7Ik3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhFjsI7Ik3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vhFjsI7Ik3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhFjsI7Ik3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhFjsI7Ik3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhFjsI7Ik3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhFjsI7Ik3 .carousel-control,
.cid-vhFjsI7Ik3 .close {
  background: #1b1b1b;
}
.cid-vhFjsI7Ik3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhFjsI7Ik3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhFjsI7Ik3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhFjsI7Ik3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhFjsI7Ik3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhFjsI7Ik3 .close::before {
  content: '\e91a';
}
.cid-vhFjsI7Ik3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhFjsI7Ik3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhFjsI7Ik3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFjsI7Ik3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFjsI7Ik3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFjsI7Ik3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhFjsI7Ik3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhFjsI7Ik3 .carousel-indicators li.active,
.cid-vhFjsI7Ik3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhFjsI7Ik3 .carousel-indicators li::after,
.cid-vhFjsI7Ik3 .carousel-indicators li::before {
  content: none;
}
.cid-vhFjsI7Ik3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhFjsI7Ik3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFjsI7Ik3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFjsI7Ik3 .carousel-indicators {
    display: none;
  }
}
.cid-vhFjsI7Ik3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhFjsI7Ik3 .carousel-inner > .active {
  display: block;
}
.cid-vhFjsI7Ik3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFjsI7Ik3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFjsI7Ik3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhFjsI7Ik3 .carousel-control,
  .cid-vhFjsI7Ik3 .carousel-indicators,
  .cid-vhFjsI7Ik3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhFjsI7Ik3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhFjsI7Ik3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFjsI7Ik3 .carousel-indicators .active,
.cid-vhFjsI7Ik3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhFjsI7Ik3 .carousel-indicators .active {
  background: #fff;
}
.cid-vhFjsI7Ik3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhFjsI7Ik3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhFjsI7Ik3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhFjsI7Ik3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhFjsI7Ik3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhFjsI7Ik3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhFjsI7Ik3 .carousel {
  width: 100%;
}
.cid-vhFjsI7Ik3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhFjsI7Ik3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhFjsI7Ik3 .modal.fade .modal-dialog,
.cid-vhFjsI7Ik3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vhFjsI7Ik3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhFjsI7Ik3 .content-head {
  max-width: 800px;
}
.cid-vhFjsI7Ik3 .mbr-section-title {
  color: #432202;
}
.cid-vhFjsNvHOq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFjsNvHOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFjsNvHOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFjsNvHOq .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFjsNvHOq .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFjsNvHOq .container {
    padding: 0 6px;
  }
}
.cid-vhFjsNvHOq .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFjsNvHOq .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFjsNvHOq .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFjsNvHOq .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFjsNvHOq .row {
    padding: 50px 30px;
  }
}
.cid-vhFjsNvHOq .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFjsNvHOq .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFjsNvHOq .title-wrapper {
    padding: 0;
  }
}
.cid-vhFjsNvHOq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFjsNvHOq .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFjsNvHOq .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFjsNvHOq .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFjsNvHOq .list-wrapper {
    padding: 0;
  }
}
.cid-vhFjsNvHOq .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFjsNvHOq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFjsNvHOq .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFjsNvHOq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFjsNvHOq .list-wrapper .list .item-wrap:hover,
.cid-vhFjsNvHOq .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFjsNvHOq .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFjsNvHOq .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFjsNvHOq .mbr-section-title {
  color: #ffffff;
}
.cid-vhFjsNvHOq .list-title {
  color: #ffffff;
}
.cid-vhFjsNvHOq .list {
  color: #ffffff;
}
.cid-vhFjsNvHOq .mbr-section-title,
.cid-vhFjsNvHOq .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFjsNvHOq .list,
.cid-vhFjsNvHOq .item-wrap {
  color: #e7e3e0;
}
.cid-vhFtR4Nu5T {
  background-color: transparent;
}
.cid-vhFtR4Nu5T .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhFtR4Nu5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhFtR4Nu5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhFtR4Nu5T .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhFtR4Nu5T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhFtR4Nu5T .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFtR4Nu5T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhFtR4Nu5T .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vhFtR4Nu5T .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhFtR4Nu5T .navbar.collapsed {
  justify-content: center;
}
.cid-vhFtR4Nu5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFtR4Nu5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhFtR4Nu5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFtR4Nu5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFtR4Nu5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFtR4Nu5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhFtR4Nu5T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhFtR4Nu5T .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhFtR4Nu5T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vhFtR4Nu5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFtR4Nu5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFtR4Nu5T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhFtR4Nu5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFtR4Nu5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhFtR4Nu5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhFtR4Nu5T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhFtR4Nu5T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhFtR4Nu5T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhFtR4Nu5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhFtR4Nu5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFtR4Nu5T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhFtR4Nu5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhFtR4Nu5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhFtR4Nu5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhFtR4Nu5T .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhFtR4Nu5T .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhFtR4Nu5T .menu_box .navbar.opened,
  .cid-vhFtR4Nu5T .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhFtR4Nu5T .navbar-dropdown {
  position: relative !important;
}
.cid-vhFtR4Nu5T .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vhFtR4Nu5T .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhFtR4Nu5T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhFtR4Nu5T .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vhFtR4Nu5T .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vhFtR4Nu5T .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vhFtR4Nu5T .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vhFtR4Nu5T .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vhFtR4Nu5T .nav-item {
    margin: 0 !important;
  }
}
.cid-vhFtR4Nu5T .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vhFtR4Nu5T .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vhFtR4Nu5T .nav-item .nav-link:hover,
.cid-vhFtR4Nu5T .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vhFtR4Nu5T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhFtR4Nu5T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhFtR4Nu5T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFtR4Nu5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhFtR4Nu5T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhFtR4Nu5T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhFtR4Nu5T .offcanvas_box {
    display: none;
  }
}
.cid-vhFtR4Nu5T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhFtR4Nu5T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhFtR4Nu5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhFtR4Nu5T .container {
  display: flex;
  margin: auto;
}
.cid-vhFtR4Nu5T .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFtR4Nu5T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhFtR4Nu5T .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vhFtR4Nu5T .navbar-nav {
    margin: 0;
  }
}
.cid-vhFtR4Nu5T .dropdown-menu,
.cid-vhFtR4Nu5T .navbar.opened {
  background-color: false !important;
}
.cid-vhFtR4Nu5T .nav-item:focus,
.cid-vhFtR4Nu5T .nav-link:focus {
  outline: none;
}
.cid-vhFtR4Nu5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFtR4Nu5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFtR4Nu5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFtR4Nu5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFtR4Nu5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFtR4Nu5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFtR4Nu5T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhFtR4Nu5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vhFtR4Nu5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFtR4Nu5T .dropdown-item.active,
.cid-vhFtR4Nu5T .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFtR4Nu5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vhFtR4Nu5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFtR4Nu5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFtR4Nu5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhFtR4Nu5T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhFtR4Nu5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhFtR4Nu5T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vhFtR4Nu5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vhFtR4Nu5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFtR4Nu5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFtR4Nu5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFtR4Nu5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFtR4Nu5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFtR4Nu5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFtR4Nu5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFtR4Nu5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFtR4Nu5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhFtR4Nu5T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFtR4Nu5T .navbar {
    height: 70px;
  }
  .cid-vhFtR4Nu5T .navbar.opened {
    height: auto;
  }
  .cid-vhFtR4Nu5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFtR4Nu5T .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vhFtR4Nu5T .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vhFtR4Nu5T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhFtR4Nu5T .text_widget {
  margin-bottom: 32px;
}
.cid-vhFtR4Nu5T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhFtR4Nu5T .text_widget a:hover,
.cid-vhFtR4Nu5T .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vhFtR4Nu5T .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vhFtR4Nu5T .navbar-caption {
  color: #050f0f;
}
.cid-vhFtR4Nu5T .mbr-section-subtitle,
.cid-vhFtR4Nu5T .text_widget,
.cid-vhFtR4Nu5T .mbr-section-btn {
  text-align: center;
}
.cid-vhFtR4Nu5T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhFtZ0v18x {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e9ddd3;
}
.cid-vhFtZ0v18x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFtZ0v18x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhFtZ0v18x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFtZ0v18x .row {
  flex-direction: row-reverse;
}
.cid-vhFtZ0v18x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhFtZ0v18x .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhFtZ0v18x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhFtZ0v18x .mbr-section-title {
  color: #000000;
}
.cid-vhFtZ0v18x .mbr-text,
.cid-vhFtZ0v18x .mbr-section-btn {
  color: #000000;
}
.cid-vhFtR5NGud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vhFtR5NGud .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFtR5NGud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFtR5NGud .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vhFtR5NGud .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vhFtR5NGud .container {
    padding: 0 6px;
  }
}
.cid-vhFtR5NGud .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vhFtR5NGud .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vhFtR5NGud .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vhFtR5NGud .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vhFtR5NGud .row {
    padding: 50px 30px;
  }
}
.cid-vhFtR5NGud .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vhFtR5NGud .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhFtR5NGud .title-wrapper {
    padding: 0;
  }
}
.cid-vhFtR5NGud .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhFtR5NGud .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vhFtR5NGud .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vhFtR5NGud .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhFtR5NGud .list-wrapper {
    padding: 0;
  }
}
.cid-vhFtR5NGud .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vhFtR5NGud .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhFtR5NGud .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vhFtR5NGud .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhFtR5NGud .list-wrapper .list .item-wrap:hover,
.cid-vhFtR5NGud .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vhFtR5NGud .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vhFtR5NGud .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vhFtR5NGud .mbr-section-title {
  color: #ffffff;
}
.cid-vhFtR5NGud .list-title {
  color: #ffffff;
}
.cid-vhFtR5NGud .list {
  color: #ffffff;
}
.cid-vhFtR5NGud .mbr-section-title,
.cid-vhFtR5NGud .mbr-section-btn {
  color: #d4bfab;
}
.cid-vhFtR5NGud .list,
.cid-vhFtR5NGud .item-wrap {
  color: #e7e3e0;
}
.cid-vjK2GyDbeI {
  background-color: transparent;
}
.cid-vjK2GyDbeI .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vjK2GyDbeI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vjK2GyDbeI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjK2GyDbeI .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjK2GyDbeI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjK2GyDbeI .navbar.opened {
  transition: all 0.3s;
}
.cid-vjK2GyDbeI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjK2GyDbeI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vjK2GyDbeI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjK2GyDbeI .navbar.collapsed {
  justify-content: center;
}
.cid-vjK2GyDbeI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjK2GyDbeI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjK2GyDbeI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjK2GyDbeI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjK2GyDbeI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjK2GyDbeI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjK2GyDbeI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjK2GyDbeI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjK2GyDbeI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vjK2GyDbeI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjK2GyDbeI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjK2GyDbeI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjK2GyDbeI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjK2GyDbeI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjK2GyDbeI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjK2GyDbeI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjK2GyDbeI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjK2GyDbeI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjK2GyDbeI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjK2GyDbeI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjK2GyDbeI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjK2GyDbeI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjK2GyDbeI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjK2GyDbeI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjK2GyDbeI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjK2GyDbeI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjK2GyDbeI .menu_box .navbar.opened,
  .cid-vjK2GyDbeI .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjK2GyDbeI .navbar-dropdown {
  position: relative !important;
}
.cid-vjK2GyDbeI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vjK2GyDbeI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vjK2GyDbeI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vjK2GyDbeI .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vjK2GyDbeI .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-vjK2GyDbeI .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-vjK2GyDbeI .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-vjK2GyDbeI .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vjK2GyDbeI .nav-item {
    margin: 0 !important;
  }
}
.cid-vjK2GyDbeI .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vjK2GyDbeI .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjK2GyDbeI .nav-item .nav-link:hover,
.cid-vjK2GyDbeI .nav-item .nav-link:focus {
  color: #896e54 !important;
}
.cid-vjK2GyDbeI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjK2GyDbeI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjK2GyDbeI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjK2GyDbeI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjK2GyDbeI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjK2GyDbeI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjK2GyDbeI .offcanvas_box {
    display: none;
  }
}
.cid-vjK2GyDbeI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjK2GyDbeI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjK2GyDbeI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjK2GyDbeI .container {
  display: flex;
  margin: auto;
}
.cid-vjK2GyDbeI .iconfont-wrapper {
  color: #edefeb;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-vjK2GyDbeI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjK2GyDbeI .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vjK2GyDbeI .navbar-nav {
    margin: 0;
  }
}
.cid-vjK2GyDbeI .dropdown-menu,
.cid-vjK2GyDbeI .navbar.opened {
  background-color: false !important;
}
.cid-vjK2GyDbeI .nav-item:focus,
.cid-vjK2GyDbeI .nav-link:focus {
  outline: none;
}
.cid-vjK2GyDbeI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjK2GyDbeI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjK2GyDbeI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjK2GyDbeI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjK2GyDbeI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjK2GyDbeI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjK2GyDbeI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjK2GyDbeI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vjK2GyDbeI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjK2GyDbeI .dropdown-item.active,
.cid-vjK2GyDbeI .dropdown-item:active {
  background-color: transparent;
}
.cid-vjK2GyDbeI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-vjK2GyDbeI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjK2GyDbeI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjK2GyDbeI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjK2GyDbeI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjK2GyDbeI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjK2GyDbeI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #281601;
}
.cid-vjK2GyDbeI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #edefeb;
}
.cid-vjK2GyDbeI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjK2GyDbeI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjK2GyDbeI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjK2GyDbeI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjK2GyDbeI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjK2GyDbeI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjK2GyDbeI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjK2GyDbeI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjK2GyDbeI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjK2GyDbeI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjK2GyDbeI .navbar {
    height: 70px;
  }
  .cid-vjK2GyDbeI .navbar.opened {
    height: auto;
  }
  .cid-vjK2GyDbeI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjK2GyDbeI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vjK2GyDbeI .navbar-caption:hover {
  color: #896e54;
}
@media (min-width: 992px) {
  .cid-vjK2GyDbeI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjK2GyDbeI .text_widget {
  margin-bottom: 32px;
}
.cid-vjK2GyDbeI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjK2GyDbeI .text_widget a:hover,
.cid-vjK2GyDbeI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vjK2GyDbeI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-vjK2GyDbeI .navbar-caption {
  color: #050f0f;
}
.cid-vjK2GyDbeI .mbr-section-subtitle,
.cid-vjK2GyDbeI .text_widget,
.cid-vjK2GyDbeI .mbr-section-btn {
  text-align: center;
}
.cid-vjK2GyDbeI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjK2Gz1Xlo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7e3e0;
}
.cid-vjK2Gz1Xlo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjK2Gz1Xlo .item {
    margin-bottom: 1rem;
  }
}
.cid-vjK2Gz1Xlo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vjK2Gz1Xlo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vjK2Gz1Xlo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vjK2Gz1Xlo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vjK2Gz1Xlo .carousel-control,
.cid-vjK2Gz1Xlo .close {
  background: #1b1b1b;
}
.cid-vjK2Gz1Xlo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjK2Gz1Xlo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjK2Gz1Xlo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjK2Gz1Xlo .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjK2Gz1Xlo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjK2Gz1Xlo .close::before {
  content: '\e91a';
}
.cid-vjK2Gz1Xlo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjK2Gz1Xlo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjK2Gz1Xlo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjK2Gz1Xlo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjK2Gz1Xlo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjK2Gz1Xlo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjK2Gz1Xlo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjK2Gz1Xlo .carousel-indicators li.active,
.cid-vjK2Gz1Xlo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjK2Gz1Xlo .carousel-indicators li::after,
.cid-vjK2Gz1Xlo .carousel-indicators li::before {
  content: none;
}
.cid-vjK2Gz1Xlo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjK2Gz1Xlo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjK2Gz1Xlo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjK2Gz1Xlo .carousel-indicators {
    display: none;
  }
}
.cid-vjK2Gz1Xlo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjK2Gz1Xlo .carousel-inner > .active {
  display: block;
}
.cid-vjK2Gz1Xlo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjK2Gz1Xlo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjK2Gz1Xlo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjK2Gz1Xlo .carousel-control,
  .cid-vjK2Gz1Xlo .carousel-indicators,
  .cid-vjK2Gz1Xlo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjK2Gz1Xlo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjK2Gz1Xlo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjK2Gz1Xlo .carousel-indicators .active,
.cid-vjK2Gz1Xlo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjK2Gz1Xlo .carousel-indicators .active {
  background: #fff;
}
.cid-vjK2Gz1Xlo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjK2Gz1Xlo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjK2Gz1Xlo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjK2Gz1Xlo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjK2Gz1Xlo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjK2Gz1Xlo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjK2Gz1Xlo .carousel {
  width: 100%;
}
.cid-vjK2Gz1Xlo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjK2Gz1Xlo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjK2Gz1Xlo .modal.fade .modal-dialog,
.cid-vjK2Gz1Xlo .modal.in .modal-dialog {
  transform: none;
}
.cid-vjK2Gz1Xlo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjK2Gz1Xlo .content-head {
  max-width: 800px;
}
.cid-vjK2Gz1Xlo .mbr-section-title {
  color: #432202;
}
.cid-vjK2Gzkimi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vjK2Gzkimi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjK2Gzkimi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjK2Gzkimi .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vjK2Gzkimi .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vjK2Gzkimi .container {
    padding: 0 6px;
  }
}
.cid-vjK2Gzkimi .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #281601;
}
@media (max-width: 1440px) {
  .cid-vjK2Gzkimi .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vjK2Gzkimi .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vjK2Gzkimi .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vjK2Gzkimi .row {
    padding: 50px 30px;
  }
}
.cid-vjK2Gzkimi .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vjK2Gzkimi .title-wrapper {
  padding-right: 30px;
  margin-bottom: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjK2Gzkimi .title-wrapper {
    padding: 0;
  }
}
.cid-vjK2Gzkimi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vjK2Gzkimi .title-wrapper .mbr-section-title span {
  color: #d4bfab;
}
.cid-vjK2Gzkimi .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 20px;
}
.cid-vjK2Gzkimi .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjK2Gzkimi .list-wrapper {
    padding: 0;
  }
}
.cid-vjK2Gzkimi .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-vjK2Gzkimi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjK2Gzkimi .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vjK2Gzkimi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjK2Gzkimi .list-wrapper .list .item-wrap:hover,
.cid-vjK2Gzkimi .list-wrapper .list .item-wrap:focus {
  color: #d4bfab;
}
.cid-vjK2Gzkimi .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.cid-vjK2Gzkimi .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjK2Gzkimi .mbr-section-title {
  color: #ffffff;
}
.cid-vjK2Gzkimi .list-title {
  color: #ffffff;
}
.cid-vjK2Gzkimi .list {
  color: #ffffff;
}
.cid-vjK2Gzkimi .mbr-section-title,
.cid-vjK2Gzkimi .mbr-section-btn {
  color: #d4bfab;
}
.cid-vjK2Gzkimi .list,
.cid-vjK2Gzkimi .item-wrap {
  color: #e7e3e0;
}
