.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- 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: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  /* text-transform: uppercase; */
  margin-top: 24px;
}
.mbr-section-title {
  /* text-transform: uppercase; */
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d6c6a8 !important;
}
.bg-success {
  background-color: #8a8077 !important;
}
.bg-info {
  background-color: #b4aaa1 !important;
}
.bg-warning {
  background-color: #e6d8c3 !important;
}
.bg-danger {
  background-color: #f4eee3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d6c6a8 !important;
  border-color: #d6c6a8 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ba9f6d !important;
  border-color: #d6c6a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba9f6d !important;
  border-color: #d6c6a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e645c !important;
  border-color: #6e645c !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f3935 !important;
  border-color: #6e645c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f3935 !important;
  border-color: #6e645c !important;
}
.btn-info,
.btn-info:active {
  background-color: #b4aaa1 !important;
  border-color: #b4aaa1 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8d7e71 !important;
  border-color: #b4aaa1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8d7e71 !important;
  border-color: #b4aaa1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8a8077 !important;
  border-color: #8a8077 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5c554f !important;
  border-color: #8a8077 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c554f !important;
  border-color: #8a8077 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6d8c3 !important;
  border-color: #e6d8c3 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ccb086 !important;
  border-color: #e6d8c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ccb086 !important;
  border-color: #e6d8c3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4eee3 !important;
  border-color: #f4eee3 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dcc8a5 !important;
  border-color: #f4eee3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dcc8a5 !important;
  border-color: #f4eee3 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d6c6a8;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d6c6a8 !important;
  border-color: #d6c6a8;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d6c6a8 !important;
  border-color: #d6c6a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6e645c;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #6e645c !important;
  border-color: #6e645c;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e645c !important;
  border-color: #6e645c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b4aaa1;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #b4aaa1 !important;
  border-color: #b4aaa1;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b4aaa1 !important;
  border-color: #b4aaa1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8a8077;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #8a8077 !important;
  border-color: #8a8077;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8a8077 !important;
  border-color: #8a8077 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e6d8c3;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e6d8c3 !important;
  border-color: #e6d8c3;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6d8c3 !important;
  border-color: #e6d8c3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f4eee3;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #f4eee3 !important;
  border-color: #f4eee3;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f4eee3 !important;
  border-color: #f4eee3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d6c6a8 !important;
}
.text-secondary {
  color: #6e645c !important;
}
.text-success {
  color: #8a8077 !important;
}
.text-info {
  color: #b4aaa1 !important;
}
.text-warning {
  color: #e6d8c3 !important;
}
.text-danger {
  color: #f4eee3 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #36322e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #36322e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #534d48 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #85776a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c8a97b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d7c29a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d6c6a8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b4aaa1;
}
.alert-warning {
  background-color: #e6d8c3;
}
.alert-danger {
  background-color: #f4eee3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d6c6a8;
  border-color: #d6c6a8;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d6c6a8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c5c0bc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #edeae8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d6c6a8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d6c6a8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d6c6a8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d6c6a8;
  border-bottom-color: #d6c6a8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d6c6a8 !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: #6e645c !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='%23d6c6a8' %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 0s;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  position: relative !important;
}
.cid-sv2ngFHbKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sv2ngFHbKs .dropdown-item:hover,
.cid-sv2ngFHbKs .dropdown-item:focus {
  color: #d6c6a8 !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sv2ngFHbKs .nav-link {
  position: relative;
  padding: 0;
}
.cid-sv2ngFHbKs .container {
  display: flex;
  margin: auto;
}
.cid-sv2ngFHbKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown-menu,
.cid-sv2ngFHbKs .navbar.opened {
  background: #ffffff !important;
}
.cid-sv2ngFHbKs .nav-item:focus,
.cid-sv2ngFHbKs .nav-link:focus {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv2ngFHbKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv2ngFHbKs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.opened {
  transition: all 0.3s;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sv2ngFHbKs .navbar .navbar-logo img {
  width: auto;
}
.cid-sv2ngFHbKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar.collapsed {
  justify-content: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv2ngFHbKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sv2ngFHbKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sv2ngFHbKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sv2ngFHbKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv2ngFHbKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sv2ngFHbKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sv2ngFHbKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv2ngFHbKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sv2ngFHbKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sv2ngFHbKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sv2ngFHbKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sv2ngFHbKs .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-sv2ngFHbKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown-item.active,
.cid-sv2ngFHbKs .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2ngFHbKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2ngFHbKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2ngFHbKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sv2ngFHbKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sv2ngFHbKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sv2ngFHbKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sv2ngFHbKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv2ngFHbKs .navbar {
    height: 70px;
  }
  .cid-sv2ngFHbKs .navbar.opened {
    height: auto;
  }
  .cid-sv2ngFHbKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv2ngFHbKs .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sv2ngFHbKs .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sv2ngFHbKs a {
  display: inline;
  font-weight: bold;
}
.cid-sv2ngFHbKs img {
  display: inline;
  padding-right: 10px;
}
.cid-sv2ngFHbKs .text-black:hover {
  color: #000000 !important;
}
.cid-sv2ngFHbKs .dropdown-toggle:after {
  display: none;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sv2ngFHbKs .dropdown-item:hover {
  color: #d6c6a8 !important;
}
.cid-sv2ngFHbKs a.text-black:hover,
.cid-sv2ngFHbKs a.text-black:focus,
.cid-sv2ngFHbKs a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sv2ngFHbKs .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vbcgPPqEo1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panorama-da-casale-belvedere-1536x591.jpg");
}
.cid-vbcgPPqEo1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbcgPPqEo1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbcgPPqEo1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbcgPPqEo1 .container {
  height: 50vh;
}
.cid-vbcgPPqEo1 .row {
  align-items: center;
  height: 100%;
}
.cid-vbcpZZGpPO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbcpZZGpPO img {
  border-radius: 0px;
}
.cid-vbcpZZGpPO .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vbcpZZGpPO .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vbcpZZGpPO .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vbcpZZGpPO .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbcpZZGpPO .right {
  display: flex;
  flex-direction: column;
}
.cid-vbcpZZGpPO .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vbcpZZGpPO .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vbcpZZGpPO .card-heading {
  padding-top: 0;
}
.cid-vbcpZZGpPO .mbr-text {
  padding-top: 10px;
}
.cid-vbcz9HQTXS {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbcz9HQTXS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbcz9HQTXS .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbcz9HQTXS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbcz9HQTXS .row {
  align-items: center;
  height: 100%;
}
.cid-vbcz9HQTXS .col-10 {
  margin: auto;
}
.cid-vbczeZqUsR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f4eee3;
}
.cid-vbczeZqUsR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbczeZqUsR .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbczeZqUsR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbczeZqUsR .row {
  align-items: center;
  height: 100%;
}
.cid-vbczeZqUsR .col-10 {
  margin: auto;
}
#custom-html-8 {
  /* Type valid CSS here */
}
#custom-html-8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8 p {
  font-size: 24px;
  color: #777;
}
.cid-vbv1mvuDCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv1mvuDCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbv1mvuDCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbv1mvuDCU .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vbv1mvuDCU .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vbv1mvuDCU .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #d6c6a8;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #d6c6a8;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbv1mvuDCU .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbv1mvuDCU .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbv1mvuDCU .mbr-copy {
  margin-bottom: 0;
  color: #767481;
  text-align: center;
}
.cid-vbv1mvuDCU .mbr-section-title {
  color: #000000;
}
.cid-vbv1mvuDCU .mbr-list-title {
  color: #767481;
}
.cid-vbv1mvuDCU .mbr-list {
  color: #000000;
}
.cid-vbv1mvuDCU .mbr-text {
  color: #000000;
}
.cid-vbv1mvuDCU .mbr-section-title,
.cid-vbv1mvuDCU .logo-wrapper {
  text-align: center;
}
.cid-vbv1mvuDCU .mbr-text,
.cid-vbv1mvuDCU .text-wrapper,
.cid-vbv1mvuDCU .social-wrapper {
  text-align: right;
}
.cid-vbv1mvuDCU .list,
.cid-vbv1mvuDCU .item-wrap {
  color: #d6c6a8;
}
.cid-vbuXrumeKJ .navbar-dropdown {
  position: relative !important;
}
.cid-vbuXrumeKJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbuXrumeKJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vbuXrumeKJ .dropdown-item:hover,
.cid-vbuXrumeKJ .dropdown-item:focus {
  color: #d6c6a8 !important;
}
.cid-vbuXrumeKJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vbuXrumeKJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbuXrumeKJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-vbuXrumeKJ .container {
  display: flex;
  margin: auto;
}
.cid-vbuXrumeKJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbuXrumeKJ .dropdown-menu,
.cid-vbuXrumeKJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vbuXrumeKJ .nav-item:focus,
.cid-vbuXrumeKJ .nav-link:focus {
  outline: none;
}
.cid-vbuXrumeKJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbuXrumeKJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbuXrumeKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbuXrumeKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbuXrumeKJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbuXrumeKJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbuXrumeKJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbuXrumeKJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vbuXrumeKJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbuXrumeKJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vbuXrumeKJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbuXrumeKJ .navbar.collapsed {
  justify-content: center;
}
.cid-vbuXrumeKJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbuXrumeKJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbuXrumeKJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbuXrumeKJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbuXrumeKJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbuXrumeKJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbuXrumeKJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbuXrumeKJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbuXrumeKJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbuXrumeKJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbuXrumeKJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbuXrumeKJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbuXrumeKJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbuXrumeKJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbuXrumeKJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbuXrumeKJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbuXrumeKJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbuXrumeKJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbuXrumeKJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbuXrumeKJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbuXrumeKJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbuXrumeKJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbuXrumeKJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbuXrumeKJ .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-vbuXrumeKJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbuXrumeKJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbuXrumeKJ .dropdown-item.active,
.cid-vbuXrumeKJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vbuXrumeKJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbuXrumeKJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbuXrumeKJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbuXrumeKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbuXrumeKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbuXrumeKJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbuXrumeKJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbuXrumeKJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbuXrumeKJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbuXrumeKJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbuXrumeKJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbuXrumeKJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbuXrumeKJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbuXrumeKJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbuXrumeKJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbuXrumeKJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbuXrumeKJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbuXrumeKJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbuXrumeKJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbuXrumeKJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbuXrumeKJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbuXrumeKJ .navbar {
    height: 70px;
  }
  .cid-vbuXrumeKJ .navbar.opened {
    height: auto;
  }
  .cid-vbuXrumeKJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbuXrumeKJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vbuXrumeKJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vbuXrumeKJ a {
  display: inline;
  font-weight: bold;
}
.cid-vbuXrumeKJ img {
  display: inline;
  padding-right: 10px;
}
.cid-vbuXrumeKJ .text-black:hover {
  color: #000000 !important;
}
.cid-vbuXrumeKJ .dropdown-toggle:after {
  display: none;
}
.cid-vbuXrumeKJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vbuXrumeKJ .dropdown-item:hover {
  color: #d6c6a8 !important;
}
.cid-vbuXrumeKJ a.text-black:hover,
.cid-vbuXrumeKJ a.text-black:focus,
.cid-vbuXrumeKJ a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-vbuXrumeKJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vbuY0MTIdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbuY0MTIdb .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbuY0MTIdb .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbuY0MTIdb .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbuY0MTIdb .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbuY0MTIdb .left-side {
    padding: 1rem;
  }
}
.cid-vbuY0MTIdb .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbuY0MTIdb .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vbuY0MTIdb .row {
  flex-direction: row-reverse;
}
.cid-vbuXruJ6tY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbuXruJ6tY img {
  border-radius: 0px;
}
.cid-vbuXruJ6tY .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vbuXruJ6tY .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vbuXruJ6tY .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vbuXruJ6tY .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbuXruJ6tY .right {
  display: flex;
  flex-direction: column;
}
.cid-vbuXruJ6tY .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vbuXruJ6tY .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vbuXruJ6tY .card-heading {
  padding-top: 0;
}
.cid-vbuXruJ6tY .mbr-text {
  padding-top: 10px;
}
.cid-vbvdngVftX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbvdngVftX img {
  border-radius: 0px;
}
.cid-vbvdngVftX .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vbvdngVftX .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vbvdngVftX .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vbvdngVftX .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbvdngVftX .right {
  display: flex;
  flex-direction: column;
}
.cid-vbvdngVftX .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vbvdngVftX .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vbvdngVftX .card-heading {
  padding-top: 0;
}
.cid-vbvdngVftX .mbr-text {
  padding-top: 10px;
}
.cid-vbuXruQ0Lf {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbuXruQ0Lf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbuXruQ0Lf .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbuXruQ0Lf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbuXruQ0Lf .row {
  align-items: center;
  height: 100%;
}
.cid-vbuXruQ0Lf .col-10 {
  margin: auto;
}
.cid-vbuYsO23Pu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbuYsO23Pu .mbr-overlay {
  z-index: 1;
}
.cid-vbuYsO23Pu .carousel,
.cid-vbuYsO23Pu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbuYsO23Pu .item-wrapper {
  width: 100%;
}
.cid-vbuYsO23Pu .carousel-caption {
  bottom: 40px;
}
.cid-vbuYsO23Pu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbuYsO23Pu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbuYsO23Pu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbuYsO23Pu .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbuYsO23Pu span {
  font-size: 50px;
}
.cid-vbuYsO23Pu .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbuYsO23Pu .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbuYsO23Pu .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbuYsO23Pu .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbuYsO23Pu .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbuYsO23Pu .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbuYsO23Pu .carousel-fade .active.carousel-item-left,
.cid-vbuYsO23Pu .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbuYsO23Pu .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbuYsO23Pu .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbuZJDiZNe {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbuZJDiZNe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbuZJDiZNe .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbuZJDiZNe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbuZJDiZNe .row {
  align-items: center;
  height: 100%;
}
.cid-vbuZJDiZNe .col-10 {
  margin: auto;
}
.cid-vbuZOqfeAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbuZOqfeAS .mbr-overlay {
  z-index: 1;
}
.cid-vbuZOqfeAS .carousel,
.cid-vbuZOqfeAS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbuZOqfeAS .item-wrapper {
  width: 100%;
}
.cid-vbuZOqfeAS .carousel-caption {
  bottom: 40px;
}
.cid-vbuZOqfeAS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbuZOqfeAS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbuZOqfeAS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbuZOqfeAS .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbuZOqfeAS span {
  font-size: 50px;
}
.cid-vbuZOqfeAS .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbuZOqfeAS .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbuZOqfeAS .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbuZOqfeAS .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbuZOqfeAS .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbuZOqfeAS .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbuZOqfeAS .carousel-fade .active.carousel-item-left,
.cid-vbuZOqfeAS .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbuZOqfeAS .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbuZOqfeAS .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbuZUGJBLP {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbuZUGJBLP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbuZUGJBLP .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbuZUGJBLP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbuZUGJBLP .row {
  align-items: center;
  height: 100%;
}
.cid-vbuZUGJBLP .col-10 {
  margin: auto;
}
.cid-vbuZTNz3aR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbuZTNz3aR .mbr-overlay {
  z-index: 1;
}
.cid-vbuZTNz3aR .carousel,
.cid-vbuZTNz3aR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbuZTNz3aR .item-wrapper {
  width: 100%;
}
.cid-vbuZTNz3aR .carousel-caption {
  bottom: 40px;
}
.cid-vbuZTNz3aR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbuZTNz3aR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbuZTNz3aR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbuZTNz3aR .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbuZTNz3aR span {
  font-size: 50px;
}
.cid-vbuZTNz3aR .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbuZTNz3aR .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbuZTNz3aR .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbuZTNz3aR .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbuZTNz3aR .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbuZTNz3aR .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbuZTNz3aR .carousel-fade .active.carousel-item-left,
.cid-vbuZTNz3aR .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbuZTNz3aR .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbuZTNz3aR .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbuZzwwWRR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbuZzwwWRR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbuZzwwWRR .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbuZzwwWRR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbuZzwwWRR .row {
  align-items: center;
  height: 100%;
}
.cid-vbuZzwwWRR .col-10 {
  margin: auto;
}
.cid-vbv05uWdxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv05uWdxm .mbr-overlay {
  z-index: 1;
}
.cid-vbv05uWdxm .carousel,
.cid-vbv05uWdxm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbv05uWdxm .item-wrapper {
  width: 100%;
}
.cid-vbv05uWdxm .carousel-caption {
  bottom: 40px;
}
.cid-vbv05uWdxm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbv05uWdxm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbv05uWdxm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbv05uWdxm .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbv05uWdxm span {
  font-size: 50px;
}
.cid-vbv05uWdxm .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbv05uWdxm .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbv05uWdxm .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbv05uWdxm .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbv05uWdxm .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbv05uWdxm .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv05uWdxm .carousel-fade .active.carousel-item-left,
.cid-vbv05uWdxm .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbv05uWdxm .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbv05uWdxm .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbv0dvUt4h {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbv0dvUt4h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbv0dvUt4h .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbv0dvUt4h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbv0dvUt4h .row {
  align-items: center;
  height: 100%;
}
.cid-vbv0dvUt4h .col-10 {
  margin: auto;
}
.cid-vbv0tUGHM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv0tUGHM5 .mbr-overlay {
  z-index: 1;
}
.cid-vbv0tUGHM5 .carousel,
.cid-vbv0tUGHM5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbv0tUGHM5 .item-wrapper {
  width: 100%;
}
.cid-vbv0tUGHM5 .carousel-caption {
  bottom: 40px;
}
.cid-vbv0tUGHM5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbv0tUGHM5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbv0tUGHM5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbv0tUGHM5 .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbv0tUGHM5 span {
  font-size: 50px;
}
.cid-vbv0tUGHM5 .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbv0tUGHM5 .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbv0tUGHM5 .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbv0tUGHM5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbv0tUGHM5 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbv0tUGHM5 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv0tUGHM5 .carousel-fade .active.carousel-item-left,
.cid-vbv0tUGHM5 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbv0tUGHM5 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbv0tUGHM5 .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbv0rDHj9C {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbv0rDHj9C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbv0rDHj9C .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbv0rDHj9C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbv0rDHj9C .row {
  align-items: center;
  height: 100%;
}
.cid-vbv0rDHj9C .col-10 {
  margin: auto;
}
.cid-vbv0xkUOv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv0xkUOv6 .mbr-overlay {
  z-index: 1;
}
.cid-vbv0xkUOv6 .carousel,
.cid-vbv0xkUOv6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbv0xkUOv6 .item-wrapper {
  width: 100%;
}
.cid-vbv0xkUOv6 .carousel-caption {
  bottom: 40px;
}
.cid-vbv0xkUOv6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbv0xkUOv6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbv0xkUOv6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbv0xkUOv6 .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbv0xkUOv6 span {
  font-size: 50px;
}
.cid-vbv0xkUOv6 .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbv0xkUOv6 .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbv0xkUOv6 .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbv0xkUOv6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbv0xkUOv6 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbv0xkUOv6 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv0xkUOv6 .carousel-fade .active.carousel-item-left,
.cid-vbv0xkUOv6 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbv0xkUOv6 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbv0xkUOv6 .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbv0wUqd0X {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbv0wUqd0X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbv0wUqd0X .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbv0wUqd0X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbv0wUqd0X .row {
  align-items: center;
  height: 100%;
}
.cid-vbv0wUqd0X .col-10 {
  margin: auto;
}
.cid-vbv0DiQoKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv0DiQoKh .mbr-overlay {
  z-index: 1;
}
.cid-vbv0DiQoKh .carousel,
.cid-vbv0DiQoKh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbv0DiQoKh .item-wrapper {
  width: 100%;
}
.cid-vbv0DiQoKh .carousel-caption {
  bottom: 40px;
}
.cid-vbv0DiQoKh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbv0DiQoKh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbv0DiQoKh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbv0DiQoKh .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbv0DiQoKh span {
  font-size: 50px;
}
.cid-vbv0DiQoKh .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbv0DiQoKh .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbv0DiQoKh .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbv0DiQoKh .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbv0DiQoKh .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbv0DiQoKh .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv0DiQoKh .carousel-fade .active.carousel-item-left,
.cid-vbv0DiQoKh .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbv0DiQoKh .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbv0DiQoKh .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbv0C8JA1j {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbv0C8JA1j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbv0C8JA1j .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbv0C8JA1j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbv0C8JA1j .row {
  align-items: center;
  height: 100%;
}
.cid-vbv0C8JA1j .col-10 {
  margin: auto;
}
.cid-vbv0IOrIkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv0IOrIkJ .mbr-overlay {
  z-index: 1;
}
.cid-vbv0IOrIkJ .carousel,
.cid-vbv0IOrIkJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbv0IOrIkJ .item-wrapper {
  width: 100%;
}
.cid-vbv0IOrIkJ .carousel-caption {
  bottom: 40px;
}
.cid-vbv0IOrIkJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbv0IOrIkJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbv0IOrIkJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbv0IOrIkJ .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vbv0IOrIkJ span {
  font-size: 50px;
}
.cid-vbv0IOrIkJ .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vbv0IOrIkJ .mobi-mbri-arrow-next:hover {
  color: #d6c6a8;
}
.cid-vbv0IOrIkJ .mobi-mbri-arrow-prev:hover {
  color: #d6c6a8;
}
.cid-vbv0IOrIkJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vbv0IOrIkJ .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbv0IOrIkJ .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv0IOrIkJ .carousel-fade .active.carousel-item-left,
.cid-vbv0IOrIkJ .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vbv0IOrIkJ .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vbv0IOrIkJ .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-vbv93xSUsz {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbv93xSUsz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbv93xSUsz .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbv93xSUsz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbv93xSUsz .row {
  align-items: center;
  height: 100%;
}
.cid-vbv93xSUsz .col-10 {
  margin: auto;
}
.cid-vbv8T8Bd0u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-vbv8T8Bd0u .container {
    max-width: 1400px;
  }
}
.cid-vbv8T8Bd0u .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
}
.cid-vbv8T8Bd0u .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-vbv8T8Bd0u .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6e645c;
  margin-right: 30px;
  height: 100%;
}
.cid-vbv8T8Bd0u .row {
  align-items: center;
}
.cid-vbv8T8Bd0u .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-vbv8T8Bd0u .card-text {
  color: #313131;
}
.cid-vbv8T8Bd0u .col {
  padding: 0;
}
.cid-vbv8T8Bd0u .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-vbv8T8Bd0u .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv9QQytb5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-vbv9QQytb5 .container {
    max-width: 1400px;
  }
}
.cid-vbv9QQytb5 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
}
.cid-vbv9QQytb5 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-vbv9QQytb5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6e645c;
  margin-right: 30px;
  height: 100%;
}
.cid-vbv9QQytb5 .row {
  align-items: center;
}
.cid-vbv9QQytb5 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-vbv9QQytb5 .card-text {
  color: #313131;
}
.cid-vbv9QQytb5 .col {
  padding: 0;
}
.cid-vbv9QQytb5 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-vbv9QQytb5 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbvaf1xHKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-vbvaf1xHKC .container {
    max-width: 1400px;
  }
}
.cid-vbvaf1xHKC .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
}
.cid-vbvaf1xHKC .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-vbvaf1xHKC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6e645c;
  margin-right: 30px;
  height: 100%;
}
.cid-vbvaf1xHKC .row {
  align-items: center;
}
.cid-vbvaf1xHKC .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-vbvaf1xHKC .card-text {
  color: #313131;
}
.cid-vbvaf1xHKC .col {
  padding: 0;
}
.cid-vbvaf1xHKC .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-vbvaf1xHKC .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbvcb6U39P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-vbvcb6U39P .container {
    max-width: 1400px;
  }
}
.cid-vbvcb6U39P .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
}
.cid-vbvcb6U39P .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-vbvcb6U39P .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6e645c;
  margin-right: 30px;
  height: 100%;
}
.cid-vbvcb6U39P .row {
  align-items: center;
}
.cid-vbvcb6U39P .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-vbvcb6U39P .card-text {
  color: #313131;
}
.cid-vbvcb6U39P .col {
  padding: 0;
}
.cid-vbvcb6U39P .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-vbvcb6U39P .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbvcFgIuKM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-vbvcFgIuKM .container {
    max-width: 1400px;
  }
}
.cid-vbvcFgIuKM .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
}
.cid-vbvcFgIuKM .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-vbvcFgIuKM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6e645c;
  margin-right: 30px;
  height: 100%;
}
.cid-vbvcFgIuKM .row {
  align-items: center;
}
.cid-vbvcFgIuKM .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-vbvcFgIuKM .card-text {
  color: #313131;
}
.cid-vbvcFgIuKM .col {
  padding: 0;
}
.cid-vbvcFgIuKM .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-vbvcFgIuKM .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vbv1mvuDCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbv1mvuDCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbv1mvuDCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbv1mvuDCU .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vbv1mvuDCU .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vbv1mvuDCU .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #d6c6a8;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #d6c6a8;
}
.cid-vbv1mvuDCU .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbv1mvuDCU .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbv1mvuDCU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbv1mvuDCU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbv1mvuDCU .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vbv1mvuDCU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbv1mvuDCU .mbr-copy {
  margin-bottom: 0;
  color: #767481;
  text-align: center;
}
.cid-vbv1mvuDCU .mbr-section-title {
  color: #000000;
}
.cid-vbv1mvuDCU .mbr-list-title {
  color: #767481;
}
.cid-vbv1mvuDCU .mbr-list {
  color: #000000;
}
.cid-vbv1mvuDCU .mbr-text {
  color: #000000;
}
.cid-vbv1mvuDCU .mbr-section-title,
.cid-vbv1mvuDCU .logo-wrapper {
  text-align: center;
}
.cid-vbv1mvuDCU .mbr-text,
.cid-vbv1mvuDCU .text-wrapper,
.cid-vbv1mvuDCU .social-wrapper {
  text-align: right;
}
.cid-vbv1mvuDCU .list,
.cid-vbv1mvuDCU .item-wrap {
  color: #d6c6a8;
}
.cid-vbvduugrP6 .navbar-dropdown {
  position: relative !important;
}
.cid-vbvduugrP6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvduugrP6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vbvduugrP6 .dropdown-item:hover,
.cid-vbvduugrP6 .dropdown-item:focus {
  color: #d6c6a8 !important;
}
.cid-vbvduugrP6 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vbvduugrP6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbvduugrP6 .nav-link {
  position: relative;
  padding: 0;
}
.cid-vbvduugrP6 .container {
  display: flex;
  margin: auto;
}
.cid-vbvduugrP6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbvduugrP6 .dropdown-menu,
.cid-vbvduugrP6 .navbar.opened {
  background: #ffffff !important;
}
.cid-vbvduugrP6 .nav-item:focus,
.cid-vbvduugrP6 .nav-link:focus {
  outline: none;
}
.cid-vbvduugrP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbvduugrP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbvduugrP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbvduugrP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvduugrP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbvduugrP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbvduugrP6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbvduugrP6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbvduugrP6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbvduugrP6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbvduugrP6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbvduugrP6 .navbar.collapsed {
  justify-content: center;
}
.cid-vbvduugrP6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbvduugrP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbvduugrP6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbvduugrP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbvduugrP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbvduugrP6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbvduugrP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbvduugrP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbvduugrP6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbvduugrP6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbvduugrP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbvduugrP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbvduugrP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbvduugrP6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbvduugrP6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbvduugrP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbvduugrP6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbvduugrP6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbvduugrP6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbvduugrP6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbvduugrP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbvduugrP6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbvduugrP6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbvduugrP6 .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-vbvduugrP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbvduugrP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbvduugrP6 .dropdown-item.active,
.cid-vbvduugrP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbvduugrP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbvduugrP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbvduugrP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbvduugrP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbvduugrP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbvduugrP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbvduugrP6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbvduugrP6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbvduugrP6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbvduugrP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbvduugrP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbvduugrP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvduugrP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvduugrP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbvduugrP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvduugrP6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbvduugrP6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbvduugrP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvduugrP6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbvduugrP6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbvduugrP6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbvduugrP6 .navbar {
    height: 70px;
  }
  .cid-vbvduugrP6 .navbar.opened {
    height: auto;
  }
  .cid-vbvduugrP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbvduugrP6 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vbvduugrP6 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vbvduugrP6 a {
  display: inline;
  font-weight: bold;
}
.cid-vbvduugrP6 img {
  display: inline;
  padding-right: 10px;
}
.cid-vbvduugrP6 .text-black:hover {
  color: #000000 !important;
}
.cid-vbvduugrP6 .dropdown-toggle:after {
  display: none;
}
.cid-vbvduugrP6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vbvduugrP6 .dropdown-item:hover {
  color: #d6c6a8 !important;
}
.cid-vbvduugrP6 a.text-black:hover,
.cid-vbvduugrP6 a.text-black:focus,
.cid-vbvduugrP6 a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-vbvduugrP6 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vbvduuuBNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fioritura-sul-piangrande-con-linee-da-raw2-2000x1334.jpg");
}
.cid-vbvduuuBNl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvduuuBNl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbvduuuBNl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvduuuBNl .container {
  height: 50vh;
}
.cid-vbvduuuBNl .row {
  align-items: center;
  height: 100%;
}
.cid-vbvdUUgzaY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6e645c;
}
.cid-vbvdUUgzaY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvdUUgzaY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbvdUUgzaY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvdUUgzaY .row {
  align-items: center;
  height: 100%;
}
.cid-vbvdUUgzaY .col-10 {
  margin: auto;
}
.cid-vbvduuAEjG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvduuAEjG img {
  border-radius: 0px;
}
.cid-vbvduuAEjG .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vbvduuAEjG .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vbvduuAEjG .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vbvduuAEjG .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vbvduuAEjG .right {
  display: flex;
  flex-direction: column;
}
.cid-vbvduuAEjG .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vbvduuAEjG .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vbvduuAEjG .card-heading {
  padding-top: 0;
}
.cid-vbvduuAEjG .mbr-text {
  padding-top: 10px;
}
.cid-vbveh1YfbP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbveh1YfbP .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbveh1YfbP .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbveh1YfbP .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbveh1YfbP .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbveh1YfbP .left-side {
    padding: 1rem;
  }
}
.cid-vbveh1YfbP .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbveh1YfbP .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vbveVJ1DjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbveVJ1DjE .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbveVJ1DjE .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbveVJ1DjE .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbveVJ1DjE .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbveVJ1DjE .left-side {
    padding: 1rem;
  }
}
.cid-vbveVJ1DjE .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbveVJ1DjE .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vbveVJ1DjE .row {
  flex-direction: row-reverse;
}
.cid-vbvf4H7Gd1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvf4H7Gd1 .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbvf4H7Gd1 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbvf4H7Gd1 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbvf4H7Gd1 .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbvf4H7Gd1 .left-side {
    padding: 1rem;
  }
}
.cid-vbvf4H7Gd1 .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbvf4H7Gd1 .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vdzXhJpHh5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdzXhJpHh5 img {
  border-radius: 0px;
}
.cid-vdzXhJpHh5 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vdzXhJpHh5 .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vdzXhJpHh5 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vdzXhJpHh5 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vdzXhJpHh5 .right {
  display: flex;
  flex-direction: column;
}
.cid-vdzXhJpHh5 .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vdzXhJpHh5 .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vdzXhJpHh5 .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-vdzXhJpHh5 .mbr-text {
  padding-top: 10px;
}
.cid-vbvfoAXQ6e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbvfoAXQ6e .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-vbvfoAXQ6e .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbvfoAXQ6e .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-vbvfoAXQ6e .mbr-section-subtitle {
  color: #626262;
}
.cid-vbvfoAXQ6e .row {
  flex-direction: row-reverse;
}
.cid-vbvfoAXQ6e .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-vbvfoAXQ6e .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbvfoAXQ6e .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-vbvfoAXQ6e .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-vbvfoAXQ6e .button-align {
  width: 100%;
}
.cid-vbvfoAXQ6e .mbr-text {
  padding-top: 10px;
}
.cid-vbvfLjtbdH {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbvfLjtbdH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvfLjtbdH .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbvfLjtbdH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvfLjtbdH .row {
  align-items: center;
  height: 100%;
}
.cid-vbvfLjtbdH .col-10 {
  margin: auto;
}
.cid-vbvfWDHyy2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvfWDHyy2 .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbvfWDHyy2 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbvfWDHyy2 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbvfWDHyy2 .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbvfWDHyy2 .left-side {
    padding: 1rem;
  }
}
.cid-vbvfWDHyy2 .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbvfWDHyy2 .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vbvg4d3Wyi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbvg4d3Wyi .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbvg4d3Wyi .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbvg4d3Wyi .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbvg4d3Wyi .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbvg4d3Wyi .left-side {
    padding: 1rem;
  }
}
.cid-vbvg4d3Wyi .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbvg4d3Wyi .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vbviMKGsZj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbviMKGsZj .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-vbviMKGsZj .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-vbviMKGsZj .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-vbviMKGsZj .mbr-section-title {
    margin-top: 25px;
  }
  .cid-vbviMKGsZj .left-side {
    padding: 1rem;
  }
}
.cid-vbviMKGsZj .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-vbviMKGsZj .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-vbvgm2XnWp {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vbvgm2XnWp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvgm2XnWp .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbvgm2XnWp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvgm2XnWp .row {
  align-items: center;
  height: 100%;
}
.cid-vbvgm2XnWp .col-10 {
  margin: auto;
}
.cid-vbvduuLLMl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f4eee3;
}
.cid-vbvduuLLMl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvduuLLMl .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vbvduuLLMl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvduuLLMl .row {
  align-items: center;
  height: 100%;
}
.cid-vbvduuLLMl .col-10 {
  margin: auto;
}
.cid-vbvh9AJfxa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vbvh9AJfxa .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-vbvh9AJfxa .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvh9AJfxa .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbvh9AJfxa .text-box {
    padding: 2rem;
  }
}
.cid-vbvh9AJfxa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvh9AJfxa .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-vbvh9AJfxa .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #d6c6a8;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-vbvh9AJfxa .lin:hover .line {
  opacity: 1;
}
.cid-vbvh9AJfxa .small-img {
  width: 40%;
  margin: auto;
}
.cid-vbvh9AJfxa .text-box {
  text-align: center;
}
.cid-vbvh9AJfxa .mbr-section-title {
  padding-top: 1rem;
}
.cid-vbvh9AJfxa .mbr-link {
  padding-top: 1rem;
  position: relative;
}
.cid-vbvh9AJfxa a {
  font-weight: 700;
}
.cid-vbvh9AJfxa .text-primary {
  color: #626262 !important;
}
.cid-vbvhoK98aw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vbvhoK98aw .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-vbvhoK98aw .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvhoK98aw .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbvhoK98aw .text-box {
    padding: 2rem;
  }
}
.cid-vbvhoK98aw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvhoK98aw .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-vbvhoK98aw .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #d6c6a8;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-vbvhoK98aw .lin:hover .line {
  opacity: 1;
}
.cid-vbvhoK98aw .small-img {
  width: 40%;
  margin: auto;
}
.cid-vbvhoK98aw .text-box {
  text-align: center;
}
.cid-vbvhoK98aw .mbr-section-title {
  padding-top: 1rem;
}
.cid-vbvhoK98aw .mbr-link {
  padding-top: 1rem;
  position: relative;
}
.cid-vbvhoK98aw a {
  font-weight: 700;
}
.cid-vbvhoK98aw .text-primary {
  color: #626262 !important;
}
.cid-vbvduuSPRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbvduuSPRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvduuSPRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvduuSPRz .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbvduuSPRz .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbvduuSPRz .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vbvduuSPRz .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbvduuSPRz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbvduuSPRz .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbvduuSPRz .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbvduuSPRz .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vbvduuSPRz .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #d6c6a8;
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #d6c6a8;
}
.cid-vbvduuSPRz .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbvduuSPRz .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbvduuSPRz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbvduuSPRz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbvduuSPRz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbvduuSPRz .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbvduuSPRz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbvduuSPRz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vbvduuSPRz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbvduuSPRz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vbvduuSPRz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbvduuSPRz .mbr-copy {
  margin-bottom: 0;
  color: #767481;
  text-align: center;
}
.cid-vbvduuSPRz .mbr-section-title {
  color: #000000;
}
.cid-vbvduuSPRz .mbr-list-title {
  color: #767481;
}
.cid-vbvduuSPRz .mbr-list {
  color: #000000;
}
.cid-vbvduuSPRz .mbr-text {
  color: #000000;
}
.cid-vbvduuSPRz .mbr-section-title,
.cid-vbvduuSPRz .logo-wrapper {
  text-align: center;
}
.cid-vbvduuSPRz .mbr-text,
.cid-vbvduuSPRz .text-wrapper,
.cid-vbvduuSPRz .social-wrapper {
  text-align: right;
}
.cid-vbvduuSPRz .list,
.cid-vbvduuSPRz .item-wrap {
  color: #d6c6a8;
}
.cid-vdzYtNtFxK .navbar-dropdown {
  position: relative !important;
}
.cid-vdzYtNtFxK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdzYtNtFxK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vdzYtNtFxK .dropdown-item:hover,
.cid-vdzYtNtFxK .dropdown-item:focus {
  color: #d6c6a8 !important;
}
.cid-vdzYtNtFxK .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vdzYtNtFxK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdzYtNtFxK .nav-link {
  position: relative;
  padding: 0;
}
.cid-vdzYtNtFxK .container {
  display: flex;
  margin: auto;
}
.cid-vdzYtNtFxK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdzYtNtFxK .dropdown-menu,
.cid-vdzYtNtFxK .navbar.opened {
  background: #ffffff !important;
}
.cid-vdzYtNtFxK .nav-item:focus,
.cid-vdzYtNtFxK .nav-link:focus {
  outline: none;
}
.cid-vdzYtNtFxK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdzYtNtFxK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdzYtNtFxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdzYtNtFxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdzYtNtFxK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdzYtNtFxK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdzYtNtFxK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vdzYtNtFxK .navbar.opened {
  transition: all 0.3s;
}
.cid-vdzYtNtFxK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdzYtNtFxK .navbar .navbar-logo img {
  width: auto;
}
.cid-vdzYtNtFxK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdzYtNtFxK .navbar.collapsed {
  justify-content: center;
}
.cid-vdzYtNtFxK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdzYtNtFxK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdzYtNtFxK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdzYtNtFxK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdzYtNtFxK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdzYtNtFxK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdzYtNtFxK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdzYtNtFxK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdzYtNtFxK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdzYtNtFxK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdzYtNtFxK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdzYtNtFxK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdzYtNtFxK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdzYtNtFxK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdzYtNtFxK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdzYtNtFxK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdzYtNtFxK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdzYtNtFxK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdzYtNtFxK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdzYtNtFxK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdzYtNtFxK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdzYtNtFxK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdzYtNtFxK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdzYtNtFxK .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-vdzYtNtFxK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdzYtNtFxK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdzYtNtFxK .dropdown-item.active,
.cid-vdzYtNtFxK .dropdown-item:active {
  background-color: transparent;
}
.cid-vdzYtNtFxK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdzYtNtFxK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdzYtNtFxK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdzYtNtFxK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdzYtNtFxK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdzYtNtFxK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdzYtNtFxK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdzYtNtFxK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdzYtNtFxK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdzYtNtFxK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdzYtNtFxK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdzYtNtFxK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdzYtNtFxK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdzYtNtFxK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdzYtNtFxK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdzYtNtFxK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdzYtNtFxK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdzYtNtFxK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdzYtNtFxK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdzYtNtFxK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdzYtNtFxK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdzYtNtFxK .navbar {
    height: 70px;
  }
  .cid-vdzYtNtFxK .navbar.opened {
    height: auto;
  }
  .cid-vdzYtNtFxK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdzYtNtFxK .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vdzYtNtFxK .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vdzYtNtFxK a {
  display: inline;
  font-weight: bold;
}
.cid-vdzYtNtFxK img {
  display: inline;
  padding-right: 10px;
}
.cid-vdzYtNtFxK .text-black:hover {
  color: #000000 !important;
}
.cid-vdzYtNtFxK .dropdown-toggle:after {
  display: none;
}
.cid-vdzYtNtFxK .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vdzYtNtFxK .dropdown-item:hover {
  color: #d6c6a8 !important;
}
.cid-vdzYtNtFxK a.text-black:hover,
.cid-vdzYtNtFxK a.text-black:focus,
.cid-vdzYtNtFxK a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-vdzYtNtFxK .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vdzYtNMQbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panorama-da-casale-belvedere-1536x591.jpg");
}
.cid-vdzYtNMQbg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vdzYtNMQbg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdzYtNMQbg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdzYtNMQbg .container {
  height: 50vh;
}
.cid-vdzYtNMQbg .row {
  align-items: center;
  height: 100%;
}
.cid-vdzYtO6viI {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vdzYtO6viI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vdzYtO6viI .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vdzYtO6viI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdzYtO6viI .row {
  align-items: center;
  height: 100%;
}
.cid-vdzYtO6viI .col-10 {
  margin: auto;
}
.cid-vdzZnP6bpV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdzZnP6bpV img {
  border-radius: 0px;
}
.cid-vdzZnP6bpV .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vdzZnP6bpV .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vdzZnP6bpV .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vdzZnP6bpV .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vdzZnP6bpV .right {
  display: flex;
  flex-direction: column;
}
.cid-vdzZnP6bpV .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vdzZnP6bpV .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vdzZnP6bpV .card-heading {
  padding-top: 0;
}
.cid-vdzZnP6bpV .mbr-text {
  padding-top: 10px;
}
.cid-vdzZUU9L4q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdzZUU9L4q img {
  border-radius: 0px;
}
.cid-vdzZUU9L4q .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vdzZUU9L4q .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vdzZUU9L4q .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vdzZUU9L4q .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vdzZUU9L4q .right {
  display: flex;
  flex-direction: column;
}
.cid-vdzZUU9L4q .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vdzZUU9L4q .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vdzZUU9L4q .card-heading {
  padding-top: 0;
  text-align: center;
  color: #6e645c;
}
.cid-vdzZUU9L4q .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #8a8077;
}
.cid-vdzYtOuMNH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdzYtOuMNH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vdzZdo9LCH {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f4eee3;
}
.cid-vdzZdo9LCH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vdzZdo9LCH .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vdzZdo9LCH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdzZdo9LCH .row {
  align-items: center;
  height: 100%;
}
.cid-vdzZdo9LCH .col-10 {
  margin: auto;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2l p {
  font-size: 24px;
  color: #777;
}
.cid-vdzYtOlEMn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f4eee3;
}
.cid-vdzYtOlEMn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vdzYtOlEMn .mbr-section-title {
  color: #6e645c;
  text-align: center;
}
.cid-vdzYtOlEMn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vdzYtOlEMn .row {
  align-items: center;
  height: 100%;
}
.cid-vdzYtOlEMn .col-10 {
  margin: auto;
}
.cid-vdzYtOSYPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdzYtOSYPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzYtOSYPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzYtOSYPu .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vdzYtOSYPu .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdzYtOSYPu .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vdzYtOSYPu .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vdzYtOSYPu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vdzYtOSYPu .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vdzYtOSYPu .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdzYtOSYPu .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vdzYtOSYPu .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #d6c6a8;
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #d6c6a8;
}
.cid-vdzYtOSYPu .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdzYtOSYPu .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vdzYtOSYPu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdzYtOSYPu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdzYtOSYPu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vdzYtOSYPu .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vdzYtOSYPu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdzYtOSYPu .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdzYtOSYPu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vdzYtOSYPu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vdzYtOSYPu .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdzYtOSYPu .mbr-copy {
  margin-bottom: 0;
  color: #767481;
  text-align: center;
}
.cid-vdzYtOSYPu .mbr-section-title {
  color: #000000;
}
.cid-vdzYtOSYPu .mbr-list-title {
  color: #767481;
}
.cid-vdzYtOSYPu .mbr-list {
  color: #000000;
}
.cid-vdzYtOSYPu .mbr-text {
  color: #000000;
}
.cid-vdzYtOSYPu .mbr-section-title,
.cid-vdzYtOSYPu .logo-wrapper {
  text-align: center;
}
.cid-vdzYtOSYPu .mbr-text,
.cid-vdzYtOSYPu .text-wrapper,
.cid-vdzYtOSYPu .social-wrapper {
  text-align: right;
}
.cid-vdzYtOSYPu .list,
.cid-vdzYtOSYPu .item-wrap {
  color: #d6c6a8;
}
.cid-vbvp27bgdn .navbar-dropdown {
  position: relative !important;
}
.cid-vbvp27bgdn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvp27bgdn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vbvp27bgdn .dropdown-item:hover,
.cid-vbvp27bgdn .dropdown-item:focus {
  color: #d6c6a8 !important;
}
.cid-vbvp27bgdn .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vbvp27bgdn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbvp27bgdn .nav-link {
  position: relative;
  padding: 0;
}
.cid-vbvp27bgdn .container {
  display: flex;
  margin: auto;
}
.cid-vbvp27bgdn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbvp27bgdn .dropdown-menu,
.cid-vbvp27bgdn .navbar.opened {
  background: #ffffff !important;
}
.cid-vbvp27bgdn .nav-item:focus,
.cid-vbvp27bgdn .nav-link:focus {
  outline: none;
}
.cid-vbvp27bgdn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbvp27bgdn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbvp27bgdn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbvp27bgdn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvp27bgdn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbvp27bgdn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbvp27bgdn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbvp27bgdn .navbar.opened {
  transition: all 0.3s;
}
.cid-vbvp27bgdn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbvp27bgdn .navbar .navbar-logo img {
  width: auto;
}
.cid-vbvp27bgdn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbvp27bgdn .navbar.collapsed {
  justify-content: center;
}
.cid-vbvp27bgdn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbvp27bgdn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbvp27bgdn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbvp27bgdn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbvp27bgdn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbvp27bgdn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbvp27bgdn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbvp27bgdn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbvp27bgdn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbvp27bgdn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbvp27bgdn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbvp27bgdn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbvp27bgdn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbvp27bgdn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbvp27bgdn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbvp27bgdn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbvp27bgdn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbvp27bgdn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbvp27bgdn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbvp27bgdn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbvp27bgdn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbvp27bgdn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbvp27bgdn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbvp27bgdn .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-vbvp27bgdn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbvp27bgdn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbvp27bgdn .dropdown-item.active,
.cid-vbvp27bgdn .dropdown-item:active {
  background-color: transparent;
}
.cid-vbvp27bgdn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbvp27bgdn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbvp27bgdn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbvp27bgdn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbvp27bgdn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbvp27bgdn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbvp27bgdn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbvp27bgdn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbvp27bgdn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbvp27bgdn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbvp27bgdn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbvp27bgdn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvp27bgdn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvp27bgdn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbvp27bgdn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvp27bgdn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbvp27bgdn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbvp27bgdn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvp27bgdn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbvp27bgdn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbvp27bgdn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbvp27bgdn .navbar {
    height: 70px;
  }
  .cid-vbvp27bgdn .navbar.opened {
    height: auto;
  }
  .cid-vbvp27bgdn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbvp27bgdn .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vbvp27bgdn .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vbvp27bgdn a {
  display: inline;
  font-weight: bold;
}
.cid-vbvp27bgdn img {
  display: inline;
  padding-right: 10px;
}
.cid-vbvp27bgdn .text-black:hover {
  color: #000000 !important;
}
.cid-vbvp27bgdn .dropdown-toggle:after {
  display: none;
}
.cid-vbvp27bgdn .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vbvp27bgdn .dropdown-item:hover {
  color: #d6c6a8 !important;
}
.cid-vbvp27bgdn a.text-black:hover,
.cid-vbvp27bgdn a.text-black:focus,
.cid-vbvp27bgdn a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-vbvp27bgdn .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vbvp27oxWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panorama-da-casale-belvedere-1536x591.jpg");
}
.cid-vbvp27oxWq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbvp27oxWq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbvp27oxWq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvp27oxWq .container {
  height: 50vh;
}
.cid-vbvp27oxWq .row {
  align-items: center;
  height: 100%;
}
.cid-vcUzxbMOAp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcUzxbMOAp .card {
  padding: 12.5rem 0;
  background: #f2f2f2;
  border-radius: 0;
}
.cid-vcUzxbMOAp .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-vcUzxbMOAp .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #d6c6a8;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-vcUzxbMOAp .lin:hover .line {
  opacity: 1;
}
.cid-vcUzxbMOAp .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-vcUzxbMOAp a {
  font-weight: 700;
}
.cid-vcUzxbMOAp .text-primary {
  color: #626262 !important;
}
.cid-vdA08waN2D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdA08waN2D img {
  border-radius: 0px;
}
.cid-vdA08waN2D .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-vdA08waN2D .date {
  text-transform: uppercase;
  color: #d6c6a8;
  text-align: left;
  padding-top: 1rem;
}
.cid-vdA08waN2D .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-vdA08waN2D .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vdA08waN2D .right {
  display: flex;
  flex-direction: column;
}
.cid-vdA08waN2D .mbr-section-btn {
  border: 2px solid #d6c6a8;
  width: auto;
}
.cid-vdA08waN2D .mbr-section-btn:hover {
  background-color: #d6c6a8;
  border: 2px solid #d6c6a8;
}
.cid-vdA08waN2D .card-heading {
  padding-top: 0;
  text-align: center;
  color: #6e645c;
}
.cid-vdA08waN2D .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #6e645c;
}
.cid-vbvpkVU2D5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vbvpkVU2D5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbvp27Tf1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbvp27Tf1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvp27Tf1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvp27Tf1Z .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbvp27Tf1Z .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbvp27Tf1Z .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vbvp27Tf1Z .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbvp27Tf1Z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbvp27Tf1Z .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbvp27Tf1Z .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbvp27Tf1Z .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vbvp27Tf1Z .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #d6c6a8;
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #d6c6a8;
}
.cid-vbvp27Tf1Z .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbvp27Tf1Z .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vbvp27Tf1Z .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbvp27Tf1Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbvp27Tf1Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbvp27Tf1Z .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vbvp27Tf1Z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbvp27Tf1Z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vbvp27Tf1Z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbvp27Tf1Z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vbvp27Tf1Z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbvp27Tf1Z .mbr-copy {
  margin-bottom: 0;
  color: #767481;
  text-align: center;
}
.cid-vbvp27Tf1Z .mbr-section-title {
  color: #000000;
}
.cid-vbvp27Tf1Z .mbr-list-title {
  color: #767481;
}
.cid-vbvp27Tf1Z .mbr-list {
  color: #000000;
}
.cid-vbvp27Tf1Z .mbr-text {
  color: #000000;
}
.cid-vbvp27Tf1Z .mbr-section-title,
.cid-vbvp27Tf1Z .logo-wrapper {
  text-align: center;
}
.cid-vbvp27Tf1Z .mbr-text,
.cid-vbvp27Tf1Z .text-wrapper,
.cid-vbvp27Tf1Z .social-wrapper {
  text-align: right;
}
.cid-vbvp27Tf1Z .list,
.cid-vbvp27Tf1Z .item-wrap {
  color: #d6c6a8;
}
