body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3.63rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5375rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 2.13rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.6625rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.904rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.541rem;
    font-size: calc( 1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.704rem;
    font-size: calc( 1.3955rem + (2.13 - 1.3955) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.3955rem + (2.13 - 1.3955) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b38b13 !important;
}
.bg-success {
  background-color: #a38106 !important;
}
.bg-info {
  background-color: #b99e20 !important;
}
.bg-warning {
  background-color: #a39451 !important;
}
.bg-danger {
  background-color: #fff6b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b38b13 !important;
  border-color: #b38b13 !important;
  color: #ffffff !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: #654e0b !important;
  border-color: #654e0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #654e0b !important;
  border-color: #654e0b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #646464 !important;
  border-color: #646464 !important;
  color: #ffffff !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: #393939 !important;
  border-color: #393939 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b99e20 !important;
  border-color: #b99e20 !important;
  color: #ffffff !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: #6f5f13 !important;
  border-color: #6f5f13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6f5f13 !important;
  border-color: #6f5f13 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a38106 !important;
  border-color: #a38106 !important;
  color: #ffffff !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: #4f3f03 !important;
  border-color: #4f3f03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f3f03 !important;
  border-color: #4f3f03 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a39451 !important;
  border-color: #a39451 !important;
  color: #ffffff !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: #695f34 !important;
  border-color: #695f34 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #695f34 !important;
  border-color: #695f34 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
  color: #b19d00 !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: #5a5000 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b19d00 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b38b13;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #654e0b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b38b13 !important;
  border-color: #b38b13 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #646464;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #393939 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #646464 !important;
  border-color: #646464 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b99e20;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6f5f13 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b99e20 !important;
  border-color: #b99e20 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a38106;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4f3f03 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a38106 !important;
  border-color: #a38106 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a39451;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #695f34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a39451 !important;
  border-color: #a39451 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffec5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b19d00 !important;
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b38b13 !important;
}
.text-secondary {
  color: #646464 !important;
}
.text-success {
  color: #a38106 !important;
}
.text-info {
  color: #b99e20 !important;
}
.text-warning {
  color: #a39451 !important;
}
.text-danger {
  color: #fff6b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #574309 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #313131 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #413302 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #625411 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5f562f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffea4b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b38b13;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b99e20;
}
.alert-warning {
  background-color: #a39451;
}
.alert-danger {
  background-color: #fff6b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b38b13;
  border-color: #b38b13;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b38b13;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #edc858;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f7cc31;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e7d272;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d1c9a2;
}
.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: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.9375rem;
}
.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: #b38b13 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9375rem;
}
blockquote {
  border-color: #b38b13;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b38b13;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b38b13;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b38b13;
  border-bottom-color: #b38b13;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b38b13 !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: #646464 !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='%23b38b13' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-t8OXpLa3eA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-t8OXpLa3eA nav.navbar {
  position: fixed;
}
.cid-t8OXpLa3eA .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-t8OXpLa3eA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8OXpLa3eA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8OXpLa3eA .dropdown-item:hover,
.cid-t8OXpLa3eA .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-t8OXpLa3eA .dropdown-item:hover span {
  color: white;
}
.cid-t8OXpLa3eA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8OXpLa3eA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8OXpLa3eA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8OXpLa3eA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8OXpLa3eA .nav-link {
  position: relative;
}
.cid-t8OXpLa3eA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8OXpLa3eA .container {
    flex-wrap: nowrap;
  }
}
.cid-t8OXpLa3eA .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8OXpLa3eA .dropdown-menu,
.cid-t8OXpLa3eA .navbar.opened {
  background: #ffffff !important;
}
.cid-t8OXpLa3eA .nav-item:focus,
.cid-t8OXpLa3eA .nav-link:focus {
  outline: none;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8OXpLa3eA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8OXpLa3eA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8OXpLa3eA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8OXpLa3eA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-t8OXpLa3eA .navbar.opened {
  transition: all 0.3s;
}
.cid-t8OXpLa3eA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8OXpLa3eA .navbar .navbar-logo img {
  width: auto;
}
.cid-t8OXpLa3eA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8OXpLa3eA .navbar.collapsed {
  justify-content: center;
}
.cid-t8OXpLa3eA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8OXpLa3eA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8OXpLa3eA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8OXpLa3eA .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-t8OXpLa3eA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8OXpLa3eA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8OXpLa3eA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8OXpLa3eA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8OXpLa3eA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8OXpLa3eA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8OXpLa3eA .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-t8OXpLa3eA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8OXpLa3eA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8OXpLa3eA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8OXpLa3eA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8OXpLa3eA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8OXpLa3eA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8OXpLa3eA .navbar.navbar-short {
  min-height: 70px;
}
.cid-t8OXpLa3eA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8OXpLa3eA .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-t8OXpLa3eA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-t8OXpLa3eA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8OXpLa3eA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8OXpLa3eA .dropdown-item.active,
.cid-t8OXpLa3eA .dropdown-item:active {
  background-color: transparent;
}
.cid-t8OXpLa3eA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8OXpLa3eA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8OXpLa3eA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8OXpLa3eA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8OXpLa3eA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8OXpLa3eA .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #a38106 !important;
}
.cid-t8OXpLa3eA .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8OXpLa3eA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8OXpLa3eA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8OXpLa3eA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8OXpLa3eA button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b99e20;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8OXpLa3eA .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-t8OXpLa3eA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8OXpLa3eA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8OXpLa3eA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8OXpLa3eA .navbar {
    height: 70px;
  }
  .cid-t8OXpLa3eA .navbar.opened {
    height: auto;
  }
  .cid-t8OXpLa3eA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8OXpLa3eA .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-t8OXpLa3eA .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-t8OXpLa3eA .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-t8OXpLa3eA .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-t8OXpLa3eA .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-t8OXpLa3eA .navbar-nav-right {
  justify-content: flex-end;
}
.cid-t8OXpLa3eA .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t8OXpLa3eA .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-t8OXpLa3eA .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-t8OXpLa3eA .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-t8OXpLa3eA {
    min-height: 0;
    height: 0;
  }
  .cid-t8OXpLa3eA .navbar,
  .cid-t8OXpLa3eA .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-t8OXpLa3eA .container,
  .cid-t8OXpLa3eA .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-t8OXpLa3eA .navbar-brand-main {
    display: none !important;
  }
  .cid-t8OXpLa3eA .navbar-nav-main {
    display: none !important;
  }
  .cid-t8OXpLa3eA .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-t8OXpLa3eA .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-t8OXpLa3eA .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t8OXpLa3eA .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-t8OXpLa3eA .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t8OXpLa3eA .mbr-section-btn {
    margin-top: auto;
  }
  .cid-t8OXpLa3eA .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #a38106;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t8OXpLa3eA .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #a38106;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t8OXpLa3eA .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-t8OXpLa3eA .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcPqfsSxxt {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/il-resort-cala-daspide-sulla-marina-di-santa-caterina-1-1080x720.jpeg");
}
.cid-vcPqfsSxxt .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcPqfsSxxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPqfsSxxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPqfsSxxt .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcPqfsSxxt .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcPqfsSxxt .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcPqfsSxxt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcPqfsSxxt .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcPqfsSxxt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcPqfsSxxt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcPqfsSxxt .mbr-section-title {
  color: #ffffff;
}
.cid-vcPqfsSxxt .mbr-text,
.cid-vcPqfsSxxt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcPqfsSxxt .mbr-section-title,
.cid-vcPqfsSxxt .mbr-section-btn {
  text-align: center;
}
.cid-vcThKMbRId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcThKMbRId .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcThKMbRId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcThKMbRId .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcThKMbRId .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcThKMbRId .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcThKMbRId .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcThKMbRId .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcThKMbRId .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcThKMbRId .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcThKMbRId .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcThKMbRId .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcThKMbRId .card-wrap {
  border-radius: 0;
}
.cid-vcThKMbRId .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcThKMbRId .card-title {
  color: #2B2B2B;
}
.cid-vcThKMbRId .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcThKMbRId .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcThKMbRId .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcThKMbRId .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcThKMbRId .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcThKMbRId .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcThKMbRId .container,
.cid-vcThKMbRId .container-fluid {
  position: relative;
}
.cid-vcThKMbRId .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcThKMbRId .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcThKMbRId .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcThKMbRId .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcThKMbRId .mbr-text DIV {
  text-align: center;
}
.cid-vcId82zlEb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vcId82zlEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcId82zlEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcId82zlEb .mbr-section-title {
  color: #2A2A2A;
}
.cid-vcId82zlEb .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcHVptSXuv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcHVptSXuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHVptSXuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHVptSXuv .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcHVptSXuv .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcHVptSXuv .mbr-section-title {
  color: #b99e20;
  text-align: left;
}
.cid-vcHVptSXuv .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcHVptSXuv .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-vcHVptSXuv .content-row {
  flex-direction: row-reverse;
}
.cid-vcHVptSXuv .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVptSXuv .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-vcHVptSXuv .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-vcHVptSXuv .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVptSXuv .text-container1 {
    max-width: 340px;
  }
}
.cid-vcHVptSXuv .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVptSXuv .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-vcHVptSXuv .mbr-section-btn {
  margin-top: 16px;
}
.cid-vcHVptSXuv .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVptSXuv .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-vcHVptSXuv .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-vcHVptSXuv .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-vcHVptSXuv .col-carousel {
    padding-top: 30px;
  }
}
.cid-vcHVptSXuv .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-vcHVptSXuv .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-vcHVptSXuv .roominess-text {
  color: #646464;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-vcHVptSXuv .mbr-text {
  color: #646464;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-vcHVptSXuv .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-vcHVptSXuv .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vcHVptSXuv .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-vcHVptSXuv .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-vcHVptSXuv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-vcHVptSXuv .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #5f6ad4;
}
.cid-vcHVptSXuv .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-vcHVptSXuv .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-vcHVptSXuv .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcHVptSXuv .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-vcHVptSXuv .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcHVptSXuv .carousel {
    height: 280px;
  }
}
.cid-vcHVptSXuv .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-vcHVptSXuv .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-vcHVptSXuv .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vcHVptSXuv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcHVptSXuv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcHVptSXuv .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-vcHVptSXuv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-vcHVptSXuv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-vcHVptSXuv .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-vcHVptSXuv .carousel-indicators {
  display: none !important;
}
.cid-vcHVptSXuv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcHVptSXuv .name-text,
.cid-vcHVptSXuv .mbr-section-btn {
  color: #bbbbb8;
}
.cid-vcHVrJmGoJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcHVrJmGoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHVrJmGoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHVrJmGoJ .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-vcHVrJmGoJ .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcHVrJmGoJ .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcHVrJmGoJ .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcHVrJmGoJ .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-vcHVrJmGoJ .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVrJmGoJ .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-vcHVrJmGoJ .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-vcHVrJmGoJ .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVrJmGoJ .text-container1 {
    max-width: 340px;
  }
}
.cid-vcHVrJmGoJ .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVrJmGoJ .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-vcHVrJmGoJ .mbr-section-btn {
  margin-top: 16px;
}
.cid-vcHVrJmGoJ .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-vcHVrJmGoJ .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-vcHVrJmGoJ .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-vcHVrJmGoJ .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-vcHVrJmGoJ .col-carousel {
    padding-top: 30px;
  }
}
.cid-vcHVrJmGoJ .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-vcHVrJmGoJ .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-vcHVrJmGoJ .roominess-text {
  color: #646464;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-vcHVrJmGoJ .mbr-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-vcHVrJmGoJ .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-vcHVrJmGoJ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vcHVrJmGoJ .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-vcHVrJmGoJ .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-vcHVrJmGoJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-vcHVrJmGoJ .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #5f6ad4;
}
.cid-vcHVrJmGoJ .price-text {
  color: #bbbbb8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-vcHVrJmGoJ .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-vcHVrJmGoJ .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcHVrJmGoJ .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-vcHVrJmGoJ .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcHVrJmGoJ .carousel {
    height: 280px;
  }
}
.cid-vcHVrJmGoJ .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-vcHVrJmGoJ .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-vcHVrJmGoJ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vcHVrJmGoJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcHVrJmGoJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcHVrJmGoJ .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-vcHVrJmGoJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-vcHVrJmGoJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-vcHVrJmGoJ .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-vcHVrJmGoJ .carousel-indicators {
  display: none !important;
}
.cid-vcHVrJmGoJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcHVrJmGoJ .name-text,
.cid-vcHVrJmGoJ .mbr-section-btn {
  color: #bbbbb8;
}
.cid-vcIjRL57yC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cala-daspide-1920x1080-1920x1080.jpg");
}
.cid-vcIjRL57yC .mbr-overlay {
  background: #efefef;
}
.cid-vcIjRL57yC .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-vcIjRL57yC .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-vcIjRL57yC .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vcIjRL57yC .mbr-text {
  color: #444444;
}
.cid-vcIjRL57yC .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vcIjRL57yC .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-vcIjRL57yC .card-title {
    text-align: center;
  }
  .cid-vcIjRL57yC p.mbr-text,
  .cid-vcIjRL57yC p.date {
    text-align: center;
  }
}
.cid-vcIjRL57yC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIjRL57yC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIjRL57yC .card-title,
.cid-vcIjRL57yC .card-img {
  color: #bbbbb8;
}
.cid-vcIjRL57yC .mbr-text,
.cid-vcIjRL57yC .mbr-section-btn {
  color: #646464;
}
.cid-vcIjRL57yC H2 {
  color: #ffffff;
}
.cid-vcHXPy0yvL {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vcHXPy0yvL .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcHXPy0yvL .container {
    max-width: 1400px;
  }
}
.cid-vcHXPy0yvL .card {
  margin: auto;
}
.cid-vcHXPy0yvL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38106;
  margin-bottom: 2rem;
}
.cid-vcHXPy0yvL .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcHXPy0yvL .row {
  justify-content: center;
}
.cid-vcHXPy0yvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHXPy0yvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQ9KfUfls {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcQ9KfUfls .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQ9KfUfls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQ9KfUfls .mbr-section-title {
  color: #bbbbb8;
}
.cid-vcQ9KfUfls .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcQaPWVIKA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcQaPWVIKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQaPWVIKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQaPWVIKA .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcQaPWVIKA .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.cid-vcQaPWVIKA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcQaPWVIKA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcQaPWVIKA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQaPWVIKA .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcQaPWVIKA .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcQaPWVIKA .mbr-label,
.cid-vcQaPWVIKA .label-wrapper {
  color: #efefec;
  text-align: center;
}
.cid-vcQaPWVIKA .mbr-section-title {
  color: #ffffff;
}
.cid-vcQaPWVIKA .mbr-text,
.cid-vcQaPWVIKA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcQaPWVIKA .mbr-section-title,
.cid-vcQaPWVIKA .mbr-section-btn {
  text-align: center;
  color: #bbbbb8;
}
.cid-vcTfDvF09B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTfDvF09B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTfDvF09B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTfDvF09B .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTfDvF09B .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTfDvF09B .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTfDvF09B .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTfDvF09B .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTfDvF09B .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTfDvF09B .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTfDvF09B .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTfDvF09B .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTfDvF09B .card-wrap {
  border-radius: 0;
}
.cid-vcTfDvF09B .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTfDvF09B .card-title {
  color: #2B2B2B;
}
.cid-vcTfDvF09B .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTfDvF09B .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTfDvF09B .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTfDvF09B .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTfDvF09B .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTfDvF09B .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTfDvF09B .container,
.cid-vcTfDvF09B .container-fluid {
  position: relative;
}
.cid-vcTfDvF09B .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTfDvF09B .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTfDvF09B .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTfDvF09B .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTfDvF09B .mbr-text DIV {
  text-align: center;
}
.cid-vcQdo7icCh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQdo7icCh .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQdo7icCh .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQdo7icCh .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQdo7icCh .card-inner {
  transition: 0.7s;
}
.cid-vcQdo7icCh .btn {
  margin-left: 0rem;
}
.cid-vcQdo7icCh .row {
  padding-bottom: 8rem;
}
.cid-vcQdo7icCh .link {
  margin: 0;
}
.cid-vcQdo7icCh .card-title {
  position: relative;
}
.cid-vcQdo7icCh .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQdo7icCh .card-box {
  position: relative;
}
.cid-vcQdo7icCh .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQdo7icCh .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQdo7icCh .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQdo7icCh .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQdo7icCh .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQdo7icCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQdo7icCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8P4nPLqW1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-t8P4nPLqW1 .mbr-text {
  color: #efefec;
}
.cid-t8P4nPLqW1 .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcPcqT9EdX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcPcqT9EdX nav.navbar {
  position: fixed;
}
.cid-vcPcqT9EdX .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-vcPcqT9EdX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcPcqT9EdX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcPcqT9EdX .dropdown-item:hover,
.cid-vcPcqT9EdX .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcPcqT9EdX .dropdown-item:hover span {
  color: white;
}
.cid-vcPcqT9EdX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcPcqT9EdX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcPcqT9EdX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcPcqT9EdX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcPcqT9EdX .nav-link {
  position: relative;
}
.cid-vcPcqT9EdX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcPcqT9EdX .container {
    flex-wrap: nowrap;
  }
}
.cid-vcPcqT9EdX .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcPcqT9EdX .dropdown-menu,
.cid-vcPcqT9EdX .navbar.opened {
  background: #ffffff !important;
}
.cid-vcPcqT9EdX .nav-item:focus,
.cid-vcPcqT9EdX .nav-link:focus {
  outline: none;
}
.cid-vcPcqT9EdX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcPcqT9EdX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcPcqT9EdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcPcqT9EdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcPcqT9EdX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcPcqT9EdX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcPcqT9EdX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcPcqT9EdX .navbar.opened {
  transition: all 0.3s;
}
.cid-vcPcqT9EdX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcPcqT9EdX .navbar .navbar-logo img {
  width: auto;
}
.cid-vcPcqT9EdX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcPcqT9EdX .navbar.collapsed {
  justify-content: center;
}
.cid-vcPcqT9EdX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcPcqT9EdX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcPcqT9EdX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcPcqT9EdX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcPcqT9EdX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcPcqT9EdX .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-vcPcqT9EdX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcPcqT9EdX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcPcqT9EdX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcPcqT9EdX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcPcqT9EdX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcPcqT9EdX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcPcqT9EdX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcPcqT9EdX .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-vcPcqT9EdX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcPcqT9EdX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcPcqT9EdX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcPcqT9EdX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcPcqT9EdX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcPcqT9EdX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcPcqT9EdX .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcPcqT9EdX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcPcqT9EdX .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcPcqT9EdX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcPcqT9EdX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcPcqT9EdX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcPcqT9EdX .dropdown-item.active,
.cid-vcPcqT9EdX .dropdown-item:active {
  background-color: transparent;
}
.cid-vcPcqT9EdX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcPcqT9EdX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcPcqT9EdX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcPcqT9EdX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcPcqT9EdX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcPcqT9EdX .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcPcqT9EdX .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcPcqT9EdX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcPcqT9EdX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcPcqT9EdX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcPcqT9EdX button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcPcqT9EdX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcPcqT9EdX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcPcqT9EdX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcPcqT9EdX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcPcqT9EdX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcPcqT9EdX button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcPcqT9EdX .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcPcqT9EdX .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcPcqT9EdX .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcPcqT9EdX .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcPcqT9EdX .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcPcqT9EdX .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcPcqT9EdX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcPcqT9EdX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcPcqT9EdX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcPcqT9EdX .navbar {
    height: 70px;
  }
  .cid-vcPcqT9EdX .navbar.opened {
    height: auto;
  }
  .cid-vcPcqT9EdX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcPcqT9EdX .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcPcqT9EdX .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcPcqT9EdX .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcPcqT9EdX .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcPcqT9EdX .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcPcqT9EdX .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcPcqT9EdX .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcPcqT9EdX .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcPcqT9EdX .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcPcqT9EdX .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcPcqT9EdX {
    min-height: 0;
    height: 0;
  }
  .cid-vcPcqT9EdX .navbar,
  .cid-vcPcqT9EdX .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcPcqT9EdX .container,
  .cid-vcPcqT9EdX .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcPcqT9EdX .navbar-brand-main {
    display: none !important;
  }
  .cid-vcPcqT9EdX .navbar-nav-main {
    display: none !important;
  }
  .cid-vcPcqT9EdX .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcPcqT9EdX .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcPcqT9EdX .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcPcqT9EdX .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcPcqT9EdX .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcPcqT9EdX .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcPcqT9EdX .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcPcqT9EdX .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcPcqT9EdX .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcPcqT9EdX .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcPxHf712S {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/gli-appartamanti-di-caladaspide-sono-indipendenti-e-con-vista-sul-mare-ionio-9-1080x720.jpeg");
}
.cid-vcPxHf712S .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcPxHf712S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPxHf712S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPxHf712S .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcPxHf712S .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcPxHf712S .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcPxHf712S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcPxHf712S .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcPxHf712S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcPxHf712S .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcPxHf712S .mbr-section-title {
  color: #ffffff;
}
.cid-vcPxHf712S .mbr-text,
.cid-vcPxHf712S .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcPxHf712S .mbr-section-title,
.cid-vcPxHf712S .mbr-section-btn {
  text-align: center;
}
.cid-vcPcr0tOlI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcPcr0tOlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPcr0tOlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPcr0tOlI .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .row {
    flex-wrap: wrap;
  }
}
.cid-vcPcr0tOlI .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .col-text {
    width: 100%;
  }
}
.cid-vcPcr0tOlI .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .text-wrapper {
    padding: 0;
  }
}
.cid-vcPcr0tOlI .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcPcr0tOlI .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcPcr0tOlI .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcPcr0tOlI .mbr-text {
    max-width: 100%;
  }
}
.cid-vcPcr0tOlI .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcPcr0tOlI .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcPcr0tOlI .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr0tOlI .image-wrapper {
    width: 100%;
  }
}
.cid-vcPcr0tOlI .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcPcr0tOlI .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcPcr18S0N {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vcPcr18S0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPcr18S0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPcr18S0N .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .row {
    flex-wrap: wrap;
  }
}
.cid-vcPcr18S0N .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .col-text {
    width: 100%;
  }
}
.cid-vcPcr18S0N .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .text-wrapper {
    padding: 0;
  }
}
.cid-vcPcr18S0N .mbr-section-title {
  color: #a38106;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcPcr18S0N .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcPcr18S0N .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcPcr18S0N .mbr-text {
    max-width: 100%;
  }
}
.cid-vcPcr18S0N .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcPcr18S0N .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcPcr18S0N .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcPcr18S0N .image-wrapper {
    width: 100%;
  }
}
.cid-vcPcr18S0N .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcPcr18S0N .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcPcr18S0N .mbr-text,
.cid-vcPcr18S0N .mbr-section-btn {
  color: #bbbbb8;
}
.cid-vcPff0AMlK {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/gli-appartamanti-di-caladaspide-sono-indipendenti-e-con-vista-sul-mare-ionio-4-1080x720.jpeg");
}
.cid-vcPff0AMlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPff0AMlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPff0AMlK .image-wrap {
  height: 300px;
}
.cid-vcPfnS2cME {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcPfnS2cME .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPfnS2cME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPfnS2cME .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .row {
    flex-wrap: wrap;
  }
}
.cid-vcPfnS2cME .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .col-text {
    width: 100%;
  }
}
.cid-vcPfnS2cME .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .text-wrapper {
    padding: 0;
  }
}
.cid-vcPfnS2cME .mbr-section-title {
  color: #646464;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcPfnS2cME .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcPfnS2cME .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcPfnS2cME .mbr-text {
    max-width: 100%;
  }
}
.cid-vcPfnS2cME .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcPfnS2cME .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcPfnS2cME .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcPfnS2cME .image-wrapper {
    width: 100%;
  }
}
.cid-vcPfnS2cME .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcPfnS2cME .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcPfnS2cME .mbr-text,
.cid-vcPfnS2cME .mbr-section-btn {
  color: #646464;
}
.cid-vcPfsEVsJX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcPfsEVsJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPfsEVsJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPfsEVsJX .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .row {
    flex-wrap: wrap;
  }
}
.cid-vcPfsEVsJX .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .col-text {
    width: 100%;
  }
}
.cid-vcPfsEVsJX .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .text-wrapper {
    padding: 0;
  }
}
.cid-vcPfsEVsJX .mbr-section-title {
  color: #646464;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcPfsEVsJX .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcPfsEVsJX .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcPfsEVsJX .mbr-text {
    max-width: 100%;
  }
}
.cid-vcPfsEVsJX .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcPfsEVsJX .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcPfsEVsJX .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcPfsEVsJX .image-wrapper {
    width: 100%;
  }
}
.cid-vcPfsEVsJX .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcPfsEVsJX .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcPfsEVsJX .mbr-text,
.cid-vcPfsEVsJX .mbr-section-btn {
  color: #646464;
}
.cid-vcPcr52g3m {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcPcr52g3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPcr52g3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPcr52g3m .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38106;
  margin-bottom: 2rem;
}
.cid-vcPcr52g3m .card-wrapper {
  margin-top: 3rem;
}
.cid-vcPcr52g3m .row {
  justify-content: center;
}
.cid-vcPcr52g3m .mbr-section-title {
  color: #19303d;
}
.cid-vcPcr52g3m .mbr-section-subtitle {
  color: #19303d;
}
.cid-vcPcr52g3m .card-title,
.cid-vcPcr52g3m .iconfont-wrapper {
  color: #bbbbb8;
}
.cid-vcPcr52g3m .card-text {
  color: #646464;
}
.cid-vcPgKKPPmr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcPgKKPPmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPgKKPPmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPgKKPPmr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38106;
  margin-bottom: 2rem;
}
.cid-vcPgKKPPmr .card-wrapper {
  margin-top: 3rem;
}
.cid-vcPgKKPPmr .row {
  justify-content: center;
}
.cid-vcPgKKPPmr .mbr-section-title {
  color: #19303d;
}
.cid-vcPgKKPPmr .mbr-section-subtitle {
  color: #19303d;
}
.cid-vcPgKKPPmr .card-title,
.cid-vcPgKKPPmr .iconfont-wrapper {
  color: #bbbbb8;
}
.cid-vcPgKKPPmr .card-text {
  color: #646464;
}
.cid-vcPp2WYVkJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcPp2WYVkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPp2WYVkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPp2WYVkJ .mbr-section-title {
  color: #bbbbb8;
}
.cid-vcPp2WYVkJ .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcPnwXMYmy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcPnwXMYmy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-vcPnwXMYmy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcPnwXMYmy .embla__slide .slide-content {
  width: 100%;
}
.cid-vcPnwXMYmy .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-vcPnwXMYmy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcPnwXMYmy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcPnwXMYmy .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vcPnwXMYmy .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-vcPnwXMYmy .embla__button--next,
.cid-vcPnwXMYmy .embla__button--prev {
  display: flex;
}
.cid-vcPnwXMYmy .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #646464 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vcPnwXMYmy .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcPnwXMYmy .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcPnwXMYmy .embla__button.embla__button--next {
  right: 0;
}
.cid-vcPnwXMYmy .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcPnwXMYmy .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcPnwXMYmy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcPnwXMYmy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcPnwXMYmy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcPnwXMYmy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcPnwXMYmy .item-desc {
  color: #ffffff;
}
.cid-vcPxLPoqIp {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/le-camere-di-cala-daspide-resort-10-1080x720.jpeg");
}
.cid-vcPxLPoqIp .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcPxLPoqIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPxLPoqIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPxLPoqIp .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcPxLPoqIp .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcPxLPoqIp .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcPxLPoqIp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcPxLPoqIp .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcPxLPoqIp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcPxLPoqIp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcPxLPoqIp .mbr-section-title {
  color: #ffffff;
}
.cid-vcPxLPoqIp .mbr-text,
.cid-vcPxLPoqIp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcPxLPoqIp .mbr-section-title,
.cid-vcPxLPoqIp .mbr-section-btn {
  text-align: center;
}
.cid-vcTivt1YcZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTivt1YcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTivt1YcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTivt1YcZ .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTivt1YcZ .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTivt1YcZ .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTivt1YcZ .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTivt1YcZ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTivt1YcZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTivt1YcZ .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTivt1YcZ .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTivt1YcZ .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTivt1YcZ .card-wrap {
  border-radius: 0;
}
.cid-vcTivt1YcZ .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTivt1YcZ .card-title {
  color: #2B2B2B;
}
.cid-vcTivt1YcZ .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTivt1YcZ .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTivt1YcZ .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTivt1YcZ .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTivt1YcZ .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTivt1YcZ .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTivt1YcZ .container,
.cid-vcTivt1YcZ .container-fluid {
  position: relative;
}
.cid-vcTivt1YcZ .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTivt1YcZ .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTivt1YcZ .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTivt1YcZ .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTivt1YcZ .mbr-text DIV {
  text-align: center;
}
.cid-vcQmsaCc8L {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQmsaCc8L .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQmsaCc8L .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQmsaCc8L .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQmsaCc8L .card-inner {
  transition: 0.7s;
}
.cid-vcQmsaCc8L .btn {
  margin-left: 0rem;
}
.cid-vcQmsaCc8L .row {
  padding-bottom: 8rem;
}
.cid-vcQmsaCc8L .link {
  margin: 0;
}
.cid-vcQmsaCc8L .card-title {
  position: relative;
}
.cid-vcQmsaCc8L .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQmsaCc8L .card-box {
  position: relative;
}
.cid-vcQmsaCc8L .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQmsaCc8L .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQmsaCc8L .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQmsaCc8L .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQmsaCc8L .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQmsaCc8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmsaCc8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPcr82T0z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcPcr82T0z .mbr-text {
  color: #efefec;
}
.cid-vcPcr82T0z .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcQmDRJLvJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcQmDRJLvJ nav.navbar {
  position: fixed;
}
.cid-vcQmDRJLvJ .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-vcQmDRJLvJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcQmDRJLvJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcQmDRJLvJ .dropdown-item:hover,
.cid-vcQmDRJLvJ .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcQmDRJLvJ .dropdown-item:hover span {
  color: white;
}
.cid-vcQmDRJLvJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcQmDRJLvJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcQmDRJLvJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcQmDRJLvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcQmDRJLvJ .nav-link {
  position: relative;
}
.cid-vcQmDRJLvJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcQmDRJLvJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vcQmDRJLvJ .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcQmDRJLvJ .dropdown-menu,
.cid-vcQmDRJLvJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vcQmDRJLvJ .nav-item:focus,
.cid-vcQmDRJLvJ .nav-link:focus {
  outline: none;
}
.cid-vcQmDRJLvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcQmDRJLvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcQmDRJLvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcQmDRJLvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcQmDRJLvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcQmDRJLvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcQmDRJLvJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcQmDRJLvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcQmDRJLvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcQmDRJLvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vcQmDRJLvJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcQmDRJLvJ .navbar.collapsed {
  justify-content: center;
}
.cid-vcQmDRJLvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcQmDRJLvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcQmDRJLvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcQmDRJLvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcQmDRJLvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcQmDRJLvJ .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-vcQmDRJLvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcQmDRJLvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcQmDRJLvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcQmDRJLvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcQmDRJLvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcQmDRJLvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcQmDRJLvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcQmDRJLvJ .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-vcQmDRJLvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcQmDRJLvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcQmDRJLvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcQmDRJLvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcQmDRJLvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcQmDRJLvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcQmDRJLvJ .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcQmDRJLvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcQmDRJLvJ .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcQmDRJLvJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcQmDRJLvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcQmDRJLvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcQmDRJLvJ .dropdown-item.active,
.cid-vcQmDRJLvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcQmDRJLvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcQmDRJLvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcQmDRJLvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcQmDRJLvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcQmDRJLvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQmDRJLvJ .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcQmDRJLvJ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQmDRJLvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcQmDRJLvJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcQmDRJLvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcQmDRJLvJ button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcQmDRJLvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcQmDRJLvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcQmDRJLvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQmDRJLvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQmDRJLvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcQmDRJLvJ button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcQmDRJLvJ .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcQmDRJLvJ .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQmDRJLvJ .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcQmDRJLvJ .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcQmDRJLvJ .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQmDRJLvJ .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcQmDRJLvJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcQmDRJLvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcQmDRJLvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcQmDRJLvJ .navbar {
    height: 70px;
  }
  .cid-vcQmDRJLvJ .navbar.opened {
    height: auto;
  }
  .cid-vcQmDRJLvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcQmDRJLvJ .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcQmDRJLvJ .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcQmDRJLvJ .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcQmDRJLvJ .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcQmDRJLvJ .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcQmDRJLvJ .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcQmDRJLvJ .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcQmDRJLvJ .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcQmDRJLvJ .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcQmDRJLvJ .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcQmDRJLvJ {
    min-height: 0;
    height: 0;
  }
  .cid-vcQmDRJLvJ .navbar,
  .cid-vcQmDRJLvJ .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcQmDRJLvJ .container,
  .cid-vcQmDRJLvJ .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcQmDRJLvJ .navbar-brand-main {
    display: none !important;
  }
  .cid-vcQmDRJLvJ .navbar-nav-main {
    display: none !important;
  }
  .cid-vcQmDRJLvJ .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcQmDRJLvJ .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcQmDRJLvJ .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcQmDRJLvJ .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcQmDRJLvJ .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcQmDRJLvJ .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcQmDRJLvJ .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcQmDRJLvJ .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcQmDRJLvJ .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcQmDRJLvJ .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcQmDT6cvo {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/le-camere-di-cala-daspide-resort-11-1080x720.jpeg");
}
.cid-vcQmDT6cvo .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQmDT6cvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmDT6cvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmDT6cvo .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQmDT6cvo .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQmDT6cvo .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQmDT6cvo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQmDT6cvo .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQmDT6cvo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQmDT6cvo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQmDT6cvo .mbr-section-title {
  color: #ffffff;
}
.cid-vcQmDT6cvo .mbr-text,
.cid-vcQmDT6cvo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQmDT6cvo .mbr-section-title,
.cid-vcQmDT6cvo .mbr-section-btn {
  text-align: center;
}
.cid-vcQmDTYQpq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcQmDTYQpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmDTYQpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmDTYQpq .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .row {
    flex-wrap: wrap;
  }
}
.cid-vcQmDTYQpq .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .col-text {
    width: 100%;
  }
}
.cid-vcQmDTYQpq .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .text-wrapper {
    padding: 0;
  }
}
.cid-vcQmDTYQpq .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcQmDTYQpq .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcQmDTYQpq .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcQmDTYQpq .mbr-text {
    max-width: 100%;
  }
}
.cid-vcQmDTYQpq .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcQmDTYQpq .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcQmDTYQpq .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDTYQpq .image-wrapper {
    width: 100%;
  }
}
.cid-vcQmDTYQpq .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcQmDTYQpq .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcQmDUMaKH {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vcQmDUMaKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmDUMaKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmDUMaKH .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .row {
    flex-wrap: wrap;
  }
}
.cid-vcQmDUMaKH .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .col-text {
    width: 100%;
  }
}
.cid-vcQmDUMaKH .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .text-wrapper {
    padding: 0;
  }
}
.cid-vcQmDUMaKH .mbr-section-title {
  color: #a38106;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcQmDUMaKH .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcQmDUMaKH .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcQmDUMaKH .mbr-text {
    max-width: 100%;
  }
}
.cid-vcQmDUMaKH .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcQmDUMaKH .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcQmDUMaKH .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcQmDUMaKH .image-wrapper {
    width: 100%;
  }
}
.cid-vcQmDUMaKH .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcQmDUMaKH .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcQmDUMaKH .mbr-text,
.cid-vcQmDUMaKH .mbr-section-btn {
  color: #bbbbb8;
}
.cid-vcQmDVLR06 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/le-camere-di-cala-daspide-resort-10-1080x719.jpg");
}
.cid-vcQmDVLR06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmDVLR06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmDVLR06 .image-wrap {
  height: 300px;
}
.cid-vcQmDYfGSM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcQmDYfGSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmDYfGSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmDYfGSM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38106;
  margin-bottom: 2rem;
}
.cid-vcQmDYfGSM .card-wrapper {
  margin-top: 3rem;
}
.cid-vcQmDYfGSM .row {
  justify-content: center;
}
.cid-vcQmDYfGSM .mbr-section-title {
  color: #19303d;
}
.cid-vcQmDYfGSM .mbr-section-subtitle {
  color: #19303d;
}
.cid-vcQmDYfGSM .card-title,
.cid-vcQmDYfGSM .iconfont-wrapper {
  color: #bbbbb8;
}
.cid-vcQmDYfGSM .card-text {
  color: #646464;
}
.cid-vcQmDZnkDA {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcQmDZnkDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmDZnkDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmDZnkDA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38106;
  margin-bottom: 2rem;
}
.cid-vcQmDZnkDA .card-wrapper {
  margin-top: 3rem;
}
.cid-vcQmDZnkDA .row {
  justify-content: center;
}
.cid-vcQmDZnkDA .mbr-section-title {
  color: #19303d;
}
.cid-vcQmDZnkDA .mbr-section-subtitle {
  color: #19303d;
}
.cid-vcQmDZnkDA .card-title,
.cid-vcQmDZnkDA .iconfont-wrapper {
  color: #bbbbb8;
}
.cid-vcQmDZnkDA .card-text {
  color: #646464;
}
.cid-vcQmE0hJhF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcQmE0hJhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmE0hJhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmE0hJhF .mbr-section-title {
  color: #a38106;
}
.cid-vcQmE0hJhF .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcQmE16ykG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcQmE16ykG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-vcQmE16ykG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcQmE16ykG .embla__slide .slide-content {
  width: 100%;
}
.cid-vcQmE16ykG .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-vcQmE16ykG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcQmE16ykG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcQmE16ykG .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vcQmE16ykG .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-vcQmE16ykG .embla__button--next,
.cid-vcQmE16ykG .embla__button--prev {
  display: flex;
}
.cid-vcQmE16ykG .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #646464 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vcQmE16ykG .embla__button:hover {
  opacity: .7 !important;
}
.cid-vcQmE16ykG .embla__button.embla__button--prev {
  right: 48px;
}
.cid-vcQmE16ykG .embla__button.embla__button--next {
  right: 0;
}
.cid-vcQmE16ykG .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vcQmE16ykG .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcQmE16ykG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcQmE16ykG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcQmE16ykG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcQmE16ykG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcQmE16ykG .item-desc {
  color: #ffffff;
}
.cid-vcQmE2rV8T {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/085-torre-dell-alto-2000x1335.jpeg");
}
.cid-vcQmE2rV8T .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQmE2rV8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmE2rV8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmE2rV8T .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQmE2rV8T .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQmE2rV8T .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQmE2rV8T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQmE2rV8T .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQmE2rV8T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQmE2rV8T .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQmE2rV8T .mbr-section-title {
  color: #ffffff;
}
.cid-vcQmE2rV8T .mbr-text,
.cid-vcQmE2rV8T .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQmE2rV8T .mbr-section-title,
.cid-vcQmE2rV8T .mbr-section-btn {
  text-align: center;
}
.cid-vcTiDkycKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTiDkycKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTiDkycKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTiDkycKF .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTiDkycKF .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTiDkycKF .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTiDkycKF .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTiDkycKF .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTiDkycKF .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTiDkycKF .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTiDkycKF .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTiDkycKF .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTiDkycKF .card-wrap {
  border-radius: 0;
}
.cid-vcTiDkycKF .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTiDkycKF .card-title {
  color: #2B2B2B;
}
.cid-vcTiDkycKF .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTiDkycKF .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTiDkycKF .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTiDkycKF .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTiDkycKF .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTiDkycKF .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTiDkycKF .container,
.cid-vcTiDkycKF .container-fluid {
  position: relative;
}
.cid-vcTiDkycKF .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTiDkycKF .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTiDkycKF .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTiDkycKF .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTiDkycKF .mbr-text DIV {
  text-align: center;
}
.cid-vcQmE5iQtE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQmE5iQtE .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQmE5iQtE .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQmE5iQtE .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQmE5iQtE .card-inner {
  transition: 0.7s;
}
.cid-vcQmE5iQtE .btn {
  margin-left: 0rem;
}
.cid-vcQmE5iQtE .row {
  padding-bottom: 8rem;
}
.cid-vcQmE5iQtE .link {
  margin: 0;
}
.cid-vcQmE5iQtE .card-title {
  position: relative;
}
.cid-vcQmE5iQtE .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQmE5iQtE .card-box {
  position: relative;
}
.cid-vcQmE5iQtE .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQmE5iQtE .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQmE5iQtE .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQmE5iQtE .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQmE5iQtE .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQmE5iQtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQmE5iQtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQmE7d5xP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcQmE7d5xP .mbr-text {
  color: #efefec;
}
.cid-vcQmE7d5xP .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcQtfnHb01 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcQtfnHb01 nav.navbar {
  position: fixed;
}
.cid-vcQtfnHb01 .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-vcQtfnHb01 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcQtfnHb01 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcQtfnHb01 .dropdown-item:hover,
.cid-vcQtfnHb01 .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcQtfnHb01 .dropdown-item:hover span {
  color: white;
}
.cid-vcQtfnHb01 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcQtfnHb01 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcQtfnHb01 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcQtfnHb01 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcQtfnHb01 .nav-link {
  position: relative;
}
.cid-vcQtfnHb01 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcQtfnHb01 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcQtfnHb01 .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcQtfnHb01 .dropdown-menu,
.cid-vcQtfnHb01 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcQtfnHb01 .nav-item:focus,
.cid-vcQtfnHb01 .nav-link:focus {
  outline: none;
}
.cid-vcQtfnHb01 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcQtfnHb01 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcQtfnHb01 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcQtfnHb01 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcQtfnHb01 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcQtfnHb01 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcQtfnHb01 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcQtfnHb01 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcQtfnHb01 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcQtfnHb01 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcQtfnHb01 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcQtfnHb01 .navbar.collapsed {
  justify-content: center;
}
.cid-vcQtfnHb01 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcQtfnHb01 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcQtfnHb01 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcQtfnHb01 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcQtfnHb01 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcQtfnHb01 .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-vcQtfnHb01 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcQtfnHb01 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcQtfnHb01 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcQtfnHb01 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcQtfnHb01 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcQtfnHb01 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcQtfnHb01 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcQtfnHb01 .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-vcQtfnHb01 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcQtfnHb01 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcQtfnHb01 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcQtfnHb01 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcQtfnHb01 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcQtfnHb01 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcQtfnHb01 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcQtfnHb01 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcQtfnHb01 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcQtfnHb01 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcQtfnHb01 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcQtfnHb01 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcQtfnHb01 .dropdown-item.active,
.cid-vcQtfnHb01 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcQtfnHb01 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcQtfnHb01 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcQtfnHb01 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcQtfnHb01 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcQtfnHb01 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQtfnHb01 .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcQtfnHb01 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQtfnHb01 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcQtfnHb01 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcQtfnHb01 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcQtfnHb01 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcQtfnHb01 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcQtfnHb01 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcQtfnHb01 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQtfnHb01 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQtfnHb01 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcQtfnHb01 button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcQtfnHb01 .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcQtfnHb01 .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQtfnHb01 .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcQtfnHb01 .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcQtfnHb01 .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQtfnHb01 .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcQtfnHb01 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcQtfnHb01 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcQtfnHb01 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcQtfnHb01 .navbar {
    height: 70px;
  }
  .cid-vcQtfnHb01 .navbar.opened {
    height: auto;
  }
  .cid-vcQtfnHb01 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcQtfnHb01 .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcQtfnHb01 .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcQtfnHb01 .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcQtfnHb01 .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcQtfnHb01 .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcQtfnHb01 .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcQtfnHb01 .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcQtfnHb01 .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcQtfnHb01 .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcQtfnHb01 .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcQtfnHb01 {
    min-height: 0;
    height: 0;
  }
  .cid-vcQtfnHb01 .navbar,
  .cid-vcQtfnHb01 .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcQtfnHb01 .container,
  .cid-vcQtfnHb01 .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcQtfnHb01 .navbar-brand-main {
    display: none !important;
  }
  .cid-vcQtfnHb01 .navbar-nav-main {
    display: none !important;
  }
  .cid-vcQtfnHb01 .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcQtfnHb01 .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcQtfnHb01 .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcQtfnHb01 .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcQtfnHb01 .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcQtfnHb01 .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcQtfnHb01 .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcQtfnHb01 .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcQtfnHb01 .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcQtfnHb01 .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcQtfpegGq {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/dsc-3460-1250x834.jpg");
}
.cid-vcQtfpegGq .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQtfpegGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQtfpegGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQtfpegGq .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQtfpegGq .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQtfpegGq .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQtfpegGq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQtfpegGq .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQtfpegGq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQtfpegGq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQtfpegGq .mbr-section-title {
  color: #ffffff;
}
.cid-vcQtfpegGq .mbr-text,
.cid-vcQtfpegGq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQtfpegGq .mbr-section-title,
.cid-vcQtfpegGq .mbr-section-btn {
  text-align: center;
}
.cid-vcQtP78m28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vcQtP78m28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQtP78m28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQtP78m28 .mbr-section-title {
  color: #bbbbb8;
}
.cid-vcQtP78m28 .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcQtfs0qO5 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dsc-3463-1250x834.jpg");
}
.cid-vcQtfs0qO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQtfs0qO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQtfs0qO5 .image-wrap {
  height: 300px;
}
.cid-vcQyOBPMrT {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vcQyOBPMrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQyOBPMrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQyOBPMrT .mbr-section-title {
  color: #bbbbb8;
}
.cid-vcQyOBPMrT .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
  text-align: center;
}
.cid-vcQxlIoKMa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcQxlIoKMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQxlIoKMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQxlIoKMa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcQxlIoKMa .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #b38b13;
}
.cid-vcQxlIoKMa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcQxlIoKMa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcQxlIoKMa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQxlIoKMa .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcQxlIoKMa .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcQxlIoKMa .mbr-label,
.cid-vcQxlIoKMa .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQxlIoKMa .mbr-section-title {
  color: #ffffff;
}
.cid-vcQxlIoKMa .mbr-text,
.cid-vcQxlIoKMa .text-wrapper {
  color: #646464;
  text-align: center;
}
.cid-vcQxlIoKMa .mbr-section-title,
.cid-vcQxlIoKMa .mbr-section-btn {
  text-align: center;
  color: #a38106;
}
.cid-vcQAPlLFxK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcQAPlLFxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQAPlLFxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQAPlLFxK .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcQAPlLFxK .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #b38b13;
}
.cid-vcQAPlLFxK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcQAPlLFxK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcQAPlLFxK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQAPlLFxK .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcQAPlLFxK .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcQAPlLFxK .mbr-label,
.cid-vcQAPlLFxK .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQAPlLFxK .mbr-section-title {
  color: #ffffff;
}
.cid-vcQAPlLFxK .mbr-text,
.cid-vcQAPlLFxK .text-wrapper {
  color: #646464;
  text-align: center;
}
.cid-vcQAPlLFxK .mbr-section-title,
.cid-vcQAPlLFxK .mbr-section-btn {
  text-align: center;
  color: #a38106;
}
.cid-vcQtfuCYYI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcQtfuCYYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQtfuCYYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQtfuCYYI .mbr-section-title {
  color: #a38106;
}
.cid-vcQtfuCYYI .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcQDRPBPjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcQDRPBPjy img {
  transition: all 0.3s;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.cid-vcQDRPBPjy .slide-content {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcQDRPBPjy .slide-content:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-vcQDRPBPjy .img-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 0rem;
  color: #000000;
  width: 100%;
}
.cid-vcQDRPBPjy .img-link span {
  font-size: 2rem;
  color: currentColor;
}
.cid-vcQDRPBPjy .item:focus,
.cid-vcQDRPBPjy span:focus {
  outline: none;
}
.cid-vcQDRPBPjy .item-wrapper {
  position: relative;
}
.cid-vcQDRPBPjy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcQDRPBPjy .mbr-section-title {
  color: #000000;
}
.cid-vcQDRPBPjy .mbr-text,
.cid-vcQDRPBPjy .mbr-section-btn {
  text-align: left;
}
.cid-vcQDRPBPjy .item-title {
  text-align: left;
}
.cid-vcQDRPBPjy .item-subtitle {
  text-align: left;
}
.cid-vcQDRPBPjy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vcQDRPBPjy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcQDRPBPjy .embla__button--next,
.cid-vcQDRPBPjy .embla__button--prev {
  display: flex;
}
.cid-vcQDRPBPjy .embla__button--prev span {
  padding-right: 7px;
}
.cid-vcQDRPBPjy .embla__button--next span {
  padding-left: 3px;
}
.cid-vcQDRPBPjy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  color: black;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcQDRPBPjy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcQDRPBPjy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcQDRPBPjy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 1400px) {
  .cid-vcQDRPBPjy .embla__button {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: black;
  }
}
@media (max-width: 767px) {
  .cid-vcQDRPBPjy .embla__button {
    top: auto;
    margin-top: -0.5rem;
  }
}
.cid-vcQDRPBPjy .embla {
  position: relative;
  width: 100%;
}
.cid-vcQDRPBPjy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcQDRPBPjy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcQDRPBPjy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcQDRPBPjy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcQDRPBPjy .img-link,
.cid-vcQDRPBPjy .link-icon {
  color: #000000;
}
.cid-vcTiIXoWmb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTiIXoWmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTiIXoWmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTiIXoWmb .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTiIXoWmb .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTiIXoWmb .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTiIXoWmb .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTiIXoWmb .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTiIXoWmb .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTiIXoWmb .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTiIXoWmb .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTiIXoWmb .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTiIXoWmb .card-wrap {
  border-radius: 0;
}
.cid-vcTiIXoWmb .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTiIXoWmb .card-title {
  color: #2B2B2B;
}
.cid-vcTiIXoWmb .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTiIXoWmb .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTiIXoWmb .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTiIXoWmb .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTiIXoWmb .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTiIXoWmb .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTiIXoWmb .container,
.cid-vcTiIXoWmb .container-fluid {
  position: relative;
}
.cid-vcTiIXoWmb .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTiIXoWmb .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTiIXoWmb .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTiIXoWmb .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTiIXoWmb .mbr-text DIV {
  text-align: center;
}
.cid-vcQtfySOSe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQtfySOSe .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQtfySOSe .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQtfySOSe .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQtfySOSe .card-inner {
  transition: 0.7s;
}
.cid-vcQtfySOSe .btn {
  margin-left: 0rem;
}
.cid-vcQtfySOSe .row {
  padding-bottom: 8rem;
}
.cid-vcQtfySOSe .link {
  margin: 0;
}
.cid-vcQtfySOSe .card-title {
  position: relative;
}
.cid-vcQtfySOSe .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQtfySOSe .card-box {
  position: relative;
}
.cid-vcQtfySOSe .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQtfySOSe .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQtfySOSe .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQtfySOSe .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQtfySOSe .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQtfySOSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQtfySOSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQtfzZbzt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcQtfzZbzt .mbr-text {
  color: #efefec;
}
.cid-vcQtfzZbzt .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcQIy0Sz1A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcQIy0Sz1A nav.navbar {
  position: fixed;
}
.cid-vcQIy0Sz1A .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-vcQIy0Sz1A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcQIy0Sz1A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcQIy0Sz1A .dropdown-item:hover,
.cid-vcQIy0Sz1A .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcQIy0Sz1A .dropdown-item:hover span {
  color: white;
}
.cid-vcQIy0Sz1A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcQIy0Sz1A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcQIy0Sz1A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcQIy0Sz1A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcQIy0Sz1A .nav-link {
  position: relative;
}
.cid-vcQIy0Sz1A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcQIy0Sz1A .container {
    flex-wrap: nowrap;
  }
}
.cid-vcQIy0Sz1A .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcQIy0Sz1A .dropdown-menu,
.cid-vcQIy0Sz1A .navbar.opened {
  background: #ffffff !important;
}
.cid-vcQIy0Sz1A .nav-item:focus,
.cid-vcQIy0Sz1A .nav-link:focus {
  outline: none;
}
.cid-vcQIy0Sz1A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcQIy0Sz1A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcQIy0Sz1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcQIy0Sz1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcQIy0Sz1A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcQIy0Sz1A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcQIy0Sz1A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcQIy0Sz1A .navbar.opened {
  transition: all 0.3s;
}
.cid-vcQIy0Sz1A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcQIy0Sz1A .navbar .navbar-logo img {
  width: auto;
}
.cid-vcQIy0Sz1A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcQIy0Sz1A .navbar.collapsed {
  justify-content: center;
}
.cid-vcQIy0Sz1A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcQIy0Sz1A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcQIy0Sz1A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcQIy0Sz1A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcQIy0Sz1A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcQIy0Sz1A .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-vcQIy0Sz1A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcQIy0Sz1A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcQIy0Sz1A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcQIy0Sz1A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcQIy0Sz1A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcQIy0Sz1A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcQIy0Sz1A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcQIy0Sz1A .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-vcQIy0Sz1A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcQIy0Sz1A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcQIy0Sz1A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcQIy0Sz1A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcQIy0Sz1A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcQIy0Sz1A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcQIy0Sz1A .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcQIy0Sz1A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcQIy0Sz1A .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcQIy0Sz1A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcQIy0Sz1A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcQIy0Sz1A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcQIy0Sz1A .dropdown-item.active,
.cid-vcQIy0Sz1A .dropdown-item:active {
  background-color: transparent;
}
.cid-vcQIy0Sz1A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcQIy0Sz1A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcQIy0Sz1A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcQIy0Sz1A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcQIy0Sz1A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQIy0Sz1A .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcQIy0Sz1A .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQIy0Sz1A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcQIy0Sz1A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcQIy0Sz1A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcQIy0Sz1A button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcQIy0Sz1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcQIy0Sz1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcQIy0Sz1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQIy0Sz1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQIy0Sz1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcQIy0Sz1A button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcQIy0Sz1A .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcQIy0Sz1A .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQIy0Sz1A .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcQIy0Sz1A .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcQIy0Sz1A .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQIy0Sz1A .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcQIy0Sz1A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcQIy0Sz1A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcQIy0Sz1A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcQIy0Sz1A .navbar {
    height: 70px;
  }
  .cid-vcQIy0Sz1A .navbar.opened {
    height: auto;
  }
  .cid-vcQIy0Sz1A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcQIy0Sz1A .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcQIy0Sz1A .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcQIy0Sz1A .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcQIy0Sz1A .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcQIy0Sz1A .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcQIy0Sz1A .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcQIy0Sz1A .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcQIy0Sz1A .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcQIy0Sz1A .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcQIy0Sz1A .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcQIy0Sz1A {
    min-height: 0;
    height: 0;
  }
  .cid-vcQIy0Sz1A .navbar,
  .cid-vcQIy0Sz1A .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcQIy0Sz1A .container,
  .cid-vcQIy0Sz1A .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcQIy0Sz1A .navbar-brand-main {
    display: none !important;
  }
  .cid-vcQIy0Sz1A .navbar-nav-main {
    display: none !important;
  }
  .cid-vcQIy0Sz1A .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcQIy0Sz1A .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcQIy0Sz1A .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcQIy0Sz1A .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcQIy0Sz1A .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcQIy0Sz1A .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcQIy0Sz1A .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcQIy0Sz1A .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcQIy0Sz1A .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcQIy0Sz1A .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcQIy26XS8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/downlojad.webp");
}
.cid-vcQIy26XS8 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQIy26XS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQIy26XS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQIy26XS8 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQIy26XS8 .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQIy26XS8 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQIy26XS8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQIy26XS8 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQIy26XS8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQIy26XS8 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQIy26XS8 .mbr-section-title {
  color: #ffffff;
}
.cid-vcQIy26XS8 .mbr-text,
.cid-vcQIy26XS8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQIy26XS8 .mbr-section-title,
.cid-vcQIy26XS8 .mbr-section-btn {
  text-align: center;
}
.cid-vcQIy2RJ2l {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcQIy2RJ2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQIy2RJ2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQIy2RJ2l .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .row {
    flex-wrap: wrap;
  }
}
.cid-vcQIy2RJ2l .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .col-text {
    width: 100%;
  }
}
.cid-vcQIy2RJ2l .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .text-wrapper {
    padding: 0;
  }
}
.cid-vcQIy2RJ2l .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcQIy2RJ2l .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcQIy2RJ2l .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcQIy2RJ2l .mbr-text {
    max-width: 100%;
  }
}
.cid-vcQIy2RJ2l .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcQIy2RJ2l .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcQIy2RJ2l .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcQIy2RJ2l .image-wrapper {
    width: 100%;
  }
}
.cid-vcQIy2RJ2l .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcQIy2RJ2l .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcQQMTNxRl {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/cosa-visitare-vicino-a-caladaspide-porto-selvaggio-1.webp");
}
.cid-vcQQMTNxRl .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQQMTNxRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQQMTNxRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQQMTNxRl .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQQMTNxRl .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQQMTNxRl .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQQMTNxRl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQQMTNxRl .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQQMTNxRl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQQMTNxRl .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQQMTNxRl .mbr-section-title {
  color: #ffffff;
}
.cid-vcQQMTNxRl .mbr-text,
.cid-vcQQMTNxRl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQQMTNxRl .mbr-section-title,
.cid-vcQQMTNxRl .mbr-section-btn {
  text-align: center;
}
.cid-vcQJHPAtdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcQJHPAtdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQJHPAtdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQJHPAtdO .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .row {
    flex-wrap: wrap;
  }
}
.cid-vcQJHPAtdO .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .col-text {
    width: 100%;
  }
}
.cid-vcQJHPAtdO .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .text-wrapper {
    padding: 0;
  }
}
.cid-vcQJHPAtdO .mbr-section-title {
  color: #646464;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcQJHPAtdO .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcQJHPAtdO .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcQJHPAtdO .mbr-text {
    max-width: 100%;
  }
}
.cid-vcQJHPAtdO .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcQJHPAtdO .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcQJHPAtdO .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcQJHPAtdO .image-wrapper {
    width: 100%;
  }
}
.cid-vcQJHPAtdO .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcQJHPAtdO .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcQJHPAtdO .mbr-text,
.cid-vcQJHPAtdO .mbr-section-btn {
  color: #646464;
}
.cid-vcQQvDIU3m {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/cala-daspide-1920x1080-2-1920x1080.jpeg");
}
.cid-vcQQvDIU3m .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQQvDIU3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQQvDIU3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQQvDIU3m .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQQvDIU3m .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQQvDIU3m .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQQvDIU3m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQQvDIU3m .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQQvDIU3m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQQvDIU3m .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQQvDIU3m .mbr-section-title {
  color: #ffffff;
}
.cid-vcQQvDIU3m .mbr-text,
.cid-vcQQvDIU3m .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQQvDIU3m .mbr-section-title,
.cid-vcQQvDIU3m .mbr-section-btn {
  text-align: center;
}
.cid-vcQJJdX4E6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcQJJdX4E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQJJdX4E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQJJdX4E6 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .row {
    flex-wrap: wrap;
  }
}
.cid-vcQJJdX4E6 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .col-text {
    width: 100%;
  }
}
.cid-vcQJJdX4E6 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .text-wrapper {
    padding: 0;
  }
}
.cid-vcQJJdX4E6 .mbr-section-title {
  color: #646464;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcQJJdX4E6 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcQJJdX4E6 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcQJJdX4E6 .mbr-text {
    max-width: 100%;
  }
}
.cid-vcQJJdX4E6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcQJJdX4E6 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcQJJdX4E6 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcQJJdX4E6 .image-wrapper {
    width: 100%;
  }
}
.cid-vcQJJdX4E6 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcQJJdX4E6 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcQJJdX4E6 .mbr-text,
.cid-vcQJJdX4E6 .mbr-section-btn {
  color: #646464;
}
.cid-vcQR9IlCPm {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/cala-daspide-1920x1080-3-1920x1080.jpg");
}
.cid-vcQR9IlCPm .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQR9IlCPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQR9IlCPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQR9IlCPm .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQR9IlCPm .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQR9IlCPm .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQR9IlCPm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQR9IlCPm .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQR9IlCPm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQR9IlCPm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQR9IlCPm .mbr-section-title {
  color: #ffffff;
}
.cid-vcQR9IlCPm .mbr-text,
.cid-vcQR9IlCPm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQR9IlCPm .mbr-section-title,
.cid-vcQR9IlCPm .mbr-section-btn {
  text-align: center;
}
.cid-vcQRbYQTkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcQRbYQTkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQRbYQTkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQRbYQTkt .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .row {
    flex-wrap: wrap;
  }
}
.cid-vcQRbYQTkt .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .col-text {
    width: 100%;
  }
}
.cid-vcQRbYQTkt .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .text-wrapper {
    padding: 0;
  }
}
.cid-vcQRbYQTkt .mbr-section-title {
  color: #646464;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-vcQRbYQTkt .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-vcQRbYQTkt .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-vcQRbYQTkt .mbr-text {
    max-width: 100%;
  }
}
.cid-vcQRbYQTkt .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcQRbYQTkt .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcQRbYQTkt .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vcQRbYQTkt .image-wrapper {
    width: 100%;
  }
}
.cid-vcQRbYQTkt .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcQRbYQTkt .image-wrapper img {
    max-width: 100%;
  }
}
.cid-vcQRbYQTkt .mbr-text,
.cid-vcQRbYQTkt .mbr-section-btn {
  color: #646464;
}
.cid-vcQIy9FzbT {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/dowjnload.webp");
}
.cid-vcQIy9FzbT .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQIy9FzbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQIy9FzbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQIy9FzbT .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQIy9FzbT .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQIy9FzbT .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQIy9FzbT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQIy9FzbT .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQIy9FzbT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQIy9FzbT .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQIy9FzbT .mbr-section-title {
  color: #ffffff;
}
.cid-vcQIy9FzbT .mbr-text,
.cid-vcQIy9FzbT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQIy9FzbT .mbr-section-title,
.cid-vcQIy9FzbT .mbr-section-btn {
  text-align: center;
}
.cid-vcTiOfBWCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTiOfBWCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTiOfBWCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTiOfBWCT .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTiOfBWCT .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTiOfBWCT .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTiOfBWCT .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTiOfBWCT .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTiOfBWCT .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTiOfBWCT .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTiOfBWCT .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTiOfBWCT .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTiOfBWCT .card-wrap {
  border-radius: 0;
}
.cid-vcTiOfBWCT .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTiOfBWCT .card-title {
  color: #2B2B2B;
}
.cid-vcTiOfBWCT .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTiOfBWCT .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTiOfBWCT .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTiOfBWCT .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTiOfBWCT .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTiOfBWCT .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTiOfBWCT .container,
.cid-vcTiOfBWCT .container-fluid {
  position: relative;
}
.cid-vcTiOfBWCT .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTiOfBWCT .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTiOfBWCT .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTiOfBWCT .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTiOfBWCT .mbr-text DIV {
  text-align: center;
}
.cid-vcQIybzall {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQIybzall .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQIybzall .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQIybzall .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQIybzall .card-inner {
  transition: 0.7s;
}
.cid-vcQIybzall .btn {
  margin-left: 0rem;
}
.cid-vcQIybzall .row {
  padding-bottom: 8rem;
}
.cid-vcQIybzall .link {
  margin: 0;
}
.cid-vcQIybzall .card-title {
  position: relative;
}
.cid-vcQIybzall .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQIybzall .card-box {
  position: relative;
}
.cid-vcQIybzall .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQIybzall .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQIybzall .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQIybzall .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQIybzall .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQIybzall .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQIybzall .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQIycHrHL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcQIycHrHL .mbr-text {
  color: #efefec;
}
.cid-vcQIycHrHL .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcQXL3Bhtr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcQXL3Bhtr nav.navbar {
  position: fixed;
}
.cid-vcQXL3Bhtr .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-vcQXL3Bhtr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcQXL3Bhtr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcQXL3Bhtr .dropdown-item:hover,
.cid-vcQXL3Bhtr .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcQXL3Bhtr .dropdown-item:hover span {
  color: white;
}
.cid-vcQXL3Bhtr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcQXL3Bhtr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcQXL3Bhtr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcQXL3Bhtr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcQXL3Bhtr .nav-link {
  position: relative;
}
.cid-vcQXL3Bhtr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcQXL3Bhtr .container {
    flex-wrap: nowrap;
  }
}
.cid-vcQXL3Bhtr .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcQXL3Bhtr .dropdown-menu,
.cid-vcQXL3Bhtr .navbar.opened {
  background: #ffffff !important;
}
.cid-vcQXL3Bhtr .nav-item:focus,
.cid-vcQXL3Bhtr .nav-link:focus {
  outline: none;
}
.cid-vcQXL3Bhtr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcQXL3Bhtr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcQXL3Bhtr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcQXL3Bhtr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcQXL3Bhtr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcQXL3Bhtr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcQXL3Bhtr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcQXL3Bhtr .navbar.opened {
  transition: all 0.3s;
}
.cid-vcQXL3Bhtr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcQXL3Bhtr .navbar .navbar-logo img {
  width: auto;
}
.cid-vcQXL3Bhtr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcQXL3Bhtr .navbar.collapsed {
  justify-content: center;
}
.cid-vcQXL3Bhtr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcQXL3Bhtr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcQXL3Bhtr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcQXL3Bhtr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcQXL3Bhtr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcQXL3Bhtr .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-vcQXL3Bhtr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcQXL3Bhtr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcQXL3Bhtr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcQXL3Bhtr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcQXL3Bhtr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcQXL3Bhtr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcQXL3Bhtr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcQXL3Bhtr .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-vcQXL3Bhtr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcQXL3Bhtr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcQXL3Bhtr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcQXL3Bhtr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcQXL3Bhtr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcQXL3Bhtr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcQXL3Bhtr .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcQXL3Bhtr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcQXL3Bhtr .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcQXL3Bhtr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcQXL3Bhtr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcQXL3Bhtr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcQXL3Bhtr .dropdown-item.active,
.cid-vcQXL3Bhtr .dropdown-item:active {
  background-color: transparent;
}
.cid-vcQXL3Bhtr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcQXL3Bhtr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcQXL3Bhtr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcQXL3Bhtr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcQXL3Bhtr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQXL3Bhtr .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcQXL3Bhtr .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQXL3Bhtr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcQXL3Bhtr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcQXL3Bhtr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcQXL3Bhtr button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcQXL3Bhtr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcQXL3Bhtr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcQXL3Bhtr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQXL3Bhtr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQXL3Bhtr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcQXL3Bhtr button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcQXL3Bhtr .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcQXL3Bhtr .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQXL3Bhtr .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcQXL3Bhtr .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcQXL3Bhtr .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQXL3Bhtr .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcQXL3Bhtr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcQXL3Bhtr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcQXL3Bhtr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcQXL3Bhtr .navbar {
    height: 70px;
  }
  .cid-vcQXL3Bhtr .navbar.opened {
    height: auto;
  }
  .cid-vcQXL3Bhtr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcQXL3Bhtr .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcQXL3Bhtr .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcQXL3Bhtr .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcQXL3Bhtr .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcQXL3Bhtr .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcQXL3Bhtr .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcQXL3Bhtr .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcQXL3Bhtr .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcQXL3Bhtr .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcQXL3Bhtr .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcQXL3Bhtr {
    min-height: 0;
    height: 0;
  }
  .cid-vcQXL3Bhtr .navbar,
  .cid-vcQXL3Bhtr .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcQXL3Bhtr .container,
  .cid-vcQXL3Bhtr .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcQXL3Bhtr .navbar-brand-main {
    display: none !important;
  }
  .cid-vcQXL3Bhtr .navbar-nav-main {
    display: none !important;
  }
  .cid-vcQXL3Bhtr .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcQXL3Bhtr .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcQXL3Bhtr .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcQXL3Bhtr .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcQXL3Bhtr .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcQXL3Bhtr .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcQXL3Bhtr .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcQXL3Bhtr .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcQXL3Bhtr .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcQXL3Bhtr .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcQXL50R6F {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/dsc-3463-1250x834.jpg");
}
.cid-vcQXL50R6F .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcQXL50R6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQXL50R6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQXL50R6F .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcQXL50R6F .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcQXL50R6F .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcQXL50R6F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcQXL50R6F .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcQXL50R6F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQXL50R6F .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcQXL50R6F .mbr-section-title {
  color: #ffffff;
}
.cid-vcQXL50R6F .mbr-text,
.cid-vcQXL50R6F .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcQXL50R6F .mbr-section-title,
.cid-vcQXL50R6F .mbr-section-btn {
  text-align: center;
}
.cid-vcRoSnVQSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRoSnVQSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRoSnVQSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRoSnVQSl .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vcRoSnVQSl .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vcRoSnVQSl .container {
    padding: 0 25px;
  }
}
.cid-vcRoSnVQSl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcRoSnVQSl .row {
    padding-top: 45px;
  }
}
.cid-vcRoSnVQSl .item:hover .item-wrapper .item-img img,
.cid-vcRoSnVQSl .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-vcRoSnVQSl .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcRoSnVQSl .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-vcRoSnVQSl .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vcRoSnVQSl .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vcRoSnVQSl .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-vcRoSnVQSl .border-wrap {
    margin-top: 45px;
  }
}
.cid-vcQXL5V9Pd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcQXL5V9Pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQXL5V9Pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQXL5V9Pd .mbr-section-title {
  color: #bbbbb8;
  text-align: left;
}
.cid-vcQXL5V9Pd .mbr-section-subtitle {
  margin-top: 24px;
  color: #dfdfd8;
  text-align: center;
}
.cid-vcRhnP3ivY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcRhnP3ivY h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcRhnP3ivY .container {
    position: relative;
  }
  .cid-vcRhnP3ivY .row {
    margin: 0;
  }
  .cid-vcRhnP3ivY h2 {
    margin: 0;
  }
}
.cid-vcRhnP3ivY .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vcRhnP3ivY .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #7e7e7e;
}
.cid-vcRhnP3ivY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRhnP3ivY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRhnP3ivY h2 {
  color: #646464;
  text-align: left;
}
.cid-vcRknePqvr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRknePqvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRknePqvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRknePqvr .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRknePqvr .mbr-section-title {
  color: #947d4e;
}
.cid-vcRknePqvr .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRknePqvr .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRknePqvr .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRknePqvr .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRknePqvr .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRknePqvr .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRknePqvr .card-title {
  color: #45494E;
}
.cid-vcRknePqvr .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRlwqw3FS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRlwqw3FS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRlwqw3FS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRlwqw3FS .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRlwqw3FS .mbr-section-title {
  color: #947d4e;
}
.cid-vcRlwqw3FS .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRlwqw3FS .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRlwqw3FS .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRlwqw3FS .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRlwqw3FS .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRlwqw3FS .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRlwqw3FS .card-title {
  color: #45494E;
}
.cid-vcRlwqw3FS .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRjw5vQFv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRjw5vQFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRjw5vQFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRjw5vQFv .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRjw5vQFv .mbr-section-title {
  color: #947d4e;
}
.cid-vcRjw5vQFv .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRjw5vQFv .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRjw5vQFv .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRjw5vQFv .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRjw5vQFv .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRjw5vQFv .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRjw5vQFv .card-title {
  color: #45494E;
}
.cid-vcRjw5vQFv .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRnte1mB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRnte1mB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRnte1mB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRnte1mB6 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRnte1mB6 .mbr-section-title {
  color: #947d4e;
}
.cid-vcRnte1mB6 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRnte1mB6 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRnte1mB6 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRnte1mB6 .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRnte1mB6 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRnte1mB6 .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRnte1mB6 .card-title {
  color: #45494E;
}
.cid-vcRnte1mB6 .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRn8mBurZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRn8mBurZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRn8mBurZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRn8mBurZ .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRn8mBurZ .mbr-section-title {
  color: #947d4e;
}
.cid-vcRn8mBurZ .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRn8mBurZ .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRn8mBurZ .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRn8mBurZ .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRn8mBurZ .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRn8mBurZ .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRn8mBurZ .card-title {
  color: #45494E;
}
.cid-vcRn8mBurZ .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRhpE7QQ7 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcRhpE7QQ7 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcRhpE7QQ7 .container {
    position: relative;
  }
  .cid-vcRhpE7QQ7 .row {
    margin: 0;
  }
  .cid-vcRhpE7QQ7 h2 {
    margin: 0;
  }
}
.cid-vcRhpE7QQ7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vcRhpE7QQ7 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-vcRhpE7QQ7 h2 {
  color: #646464;
  text-align: left;
}
.cid-vcRmeri00Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRmeri00Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRmeri00Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRmeri00Q .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRmeri00Q .mbr-section-title {
  color: #947d4e;
}
.cid-vcRmeri00Q .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRmeri00Q .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRmeri00Q .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRmeri00Q .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRmeri00Q .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRmeri00Q .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRmeri00Q .card-title {
  color: #45494E;
}
.cid-vcRmeri00Q .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRl4kYC7r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRl4kYC7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRl4kYC7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRl4kYC7r .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRl4kYC7r .mbr-section-title {
  color: #646464;
  text-align: left;
}
.cid-vcRl4kYC7r .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRl4kYC7r .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRl4kYC7r .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRl4kYC7r .tabl-item-row:nth-child(2n) {
  background: rgba(255, 255, 255, 0.05);
}
.cid-vcRl4kYC7r .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRl4kYC7r .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRl4kYC7r .card-title {
  color: #45494E;
}
.cid-vcRl4kYC7r .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRixYXvTP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcRixYXvTP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcRixYXvTP .container {
    position: relative;
  }
  .cid-vcRixYXvTP .row {
    margin: 0;
  }
  .cid-vcRixYXvTP h2 {
    margin: 0;
  }
}
.cid-vcRixYXvTP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vcRixYXvTP .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #7e7e7e;
}
.cid-vcRixYXvTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRixYXvTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRixYXvTP h2 {
  color: #646464;
  text-align: left;
}
.cid-vcRhqqWww3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRhqqWww3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRhqqWww3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRhqqWww3 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRhqqWww3 .mbr-section-title {
  color: #947d4e;
}
.cid-vcRhqqWww3 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRhqqWww3 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRhqqWww3 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRhqqWww3 .tabl-item-row:nth-child(2n) {
  background: rgba(148, 125, 78, 0.05);
}
.cid-vcRhqqWww3 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRhqqWww3 .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRhqqWww3 .card-title {
  color: #45494E;
}
.cid-vcRhqqWww3 .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcRkZeHh1V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRkZeHh1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRkZeHh1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRkZeHh1V .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-vcRkZeHh1V .mbr-section-title {
  color: #646464;
  text-align: left;
}
.cid-vcRkZeHh1V .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-vcRkZeHh1V .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRkZeHh1V .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-vcRkZeHh1V .tabl-item-row:nth-child(2n) {
  background: rgba(255, 255, 255, 0.05);
}
.cid-vcRkZeHh1V .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-vcRkZeHh1V .tabl-item-column {
    padding: 10px;
  }
}
.cid-vcRkZeHh1V .card-title {
  color: #45494E;
}
.cid-vcRkZeHh1V .card-text {
  color: #535353;
  text-align: left;
}
.cid-vcTiWQECk1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTiWQECk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTiWQECk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTiWQECk1 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTiWQECk1 .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTiWQECk1 .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTiWQECk1 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTiWQECk1 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTiWQECk1 .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTiWQECk1 .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTiWQECk1 .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTiWQECk1 .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTiWQECk1 .card-wrap {
  border-radius: 0;
}
.cid-vcTiWQECk1 .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTiWQECk1 .card-title {
  color: #2B2B2B;
}
.cid-vcTiWQECk1 .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTiWQECk1 .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTiWQECk1 .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTiWQECk1 .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTiWQECk1 .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTiWQECk1 .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTiWQECk1 .container,
.cid-vcTiWQECk1 .container-fluid {
  position: relative;
}
.cid-vcTiWQECk1 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTiWQECk1 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTiWQECk1 .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTiWQECk1 .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTiWQECk1 .mbr-text DIV {
  text-align: center;
}
.cid-vcQXLdGwIg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQXLdGwIg .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQXLdGwIg .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQXLdGwIg .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQXLdGwIg .card-inner {
  transition: 0.7s;
}
.cid-vcQXLdGwIg .btn {
  margin-left: 0rem;
}
.cid-vcQXLdGwIg .row {
  padding-bottom: 8rem;
}
.cid-vcQXLdGwIg .link {
  margin: 0;
}
.cid-vcQXLdGwIg .card-title {
  position: relative;
}
.cid-vcQXLdGwIg .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQXLdGwIg .card-box {
  position: relative;
}
.cid-vcQXLdGwIg .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQXLdGwIg .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQXLdGwIg .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQXLdGwIg .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQXLdGwIg .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQXLdGwIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQXLdGwIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQXLeYyaZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcQXLeYyaZ .mbr-text {
  color: #efefec;
}
.cid-vcQXLeYyaZ .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcQYG5GIlm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcQYG5GIlm nav.navbar {
  position: fixed;
}
.cid-vcQYG5GIlm .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-vcQYG5GIlm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcQYG5GIlm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcQYG5GIlm .dropdown-item:hover,
.cid-vcQYG5GIlm .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcQYG5GIlm .dropdown-item:hover span {
  color: white;
}
.cid-vcQYG5GIlm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcQYG5GIlm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcQYG5GIlm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcQYG5GIlm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcQYG5GIlm .nav-link {
  position: relative;
}
.cid-vcQYG5GIlm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcQYG5GIlm .container {
    flex-wrap: nowrap;
  }
}
.cid-vcQYG5GIlm .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcQYG5GIlm .dropdown-menu,
.cid-vcQYG5GIlm .navbar.opened {
  background: #ffffff !important;
}
.cid-vcQYG5GIlm .nav-item:focus,
.cid-vcQYG5GIlm .nav-link:focus {
  outline: none;
}
.cid-vcQYG5GIlm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcQYG5GIlm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcQYG5GIlm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcQYG5GIlm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcQYG5GIlm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcQYG5GIlm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcQYG5GIlm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcQYG5GIlm .navbar.opened {
  transition: all 0.3s;
}
.cid-vcQYG5GIlm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcQYG5GIlm .navbar .navbar-logo img {
  width: auto;
}
.cid-vcQYG5GIlm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcQYG5GIlm .navbar.collapsed {
  justify-content: center;
}
.cid-vcQYG5GIlm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcQYG5GIlm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcQYG5GIlm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcQYG5GIlm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcQYG5GIlm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcQYG5GIlm .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-vcQYG5GIlm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcQYG5GIlm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcQYG5GIlm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcQYG5GIlm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcQYG5GIlm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcQYG5GIlm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcQYG5GIlm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcQYG5GIlm .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-vcQYG5GIlm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcQYG5GIlm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcQYG5GIlm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcQYG5GIlm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcQYG5GIlm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcQYG5GIlm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcQYG5GIlm .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcQYG5GIlm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcQYG5GIlm .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcQYG5GIlm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcQYG5GIlm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcQYG5GIlm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcQYG5GIlm .dropdown-item.active,
.cid-vcQYG5GIlm .dropdown-item:active {
  background-color: transparent;
}
.cid-vcQYG5GIlm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcQYG5GIlm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcQYG5GIlm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcQYG5GIlm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcQYG5GIlm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQYG5GIlm .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcQYG5GIlm .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcQYG5GIlm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcQYG5GIlm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcQYG5GIlm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcQYG5GIlm button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcQYG5GIlm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcQYG5GIlm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcQYG5GIlm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQYG5GIlm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcQYG5GIlm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcQYG5GIlm button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcQYG5GIlm .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcQYG5GIlm .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQYG5GIlm .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcQYG5GIlm .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcQYG5GIlm .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcQYG5GIlm .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcQYG5GIlm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcQYG5GIlm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcQYG5GIlm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcQYG5GIlm .navbar {
    height: 70px;
  }
  .cid-vcQYG5GIlm .navbar.opened {
    height: auto;
  }
  .cid-vcQYG5GIlm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcQYG5GIlm .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcQYG5GIlm .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcQYG5GIlm .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcQYG5GIlm .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcQYG5GIlm .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcQYG5GIlm .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcQYG5GIlm .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcQYG5GIlm .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcQYG5GIlm .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcQYG5GIlm .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcQYG5GIlm {
    min-height: 0;
    height: 0;
  }
  .cid-vcQYG5GIlm .navbar,
  .cid-vcQYG5GIlm .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcQYG5GIlm .container,
  .cid-vcQYG5GIlm .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcQYG5GIlm .navbar-brand-main {
    display: none !important;
  }
  .cid-vcQYG5GIlm .navbar-nav-main {
    display: none !important;
  }
  .cid-vcQYG5GIlm .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcQYG5GIlm .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcQYG5GIlm .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcQYG5GIlm .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcQYG5GIlm .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcQYG5GIlm .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcQYG5GIlm .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcQYG5GIlm .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcQYG5GIlm .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcQYG5GIlm .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcQZjTw2gv {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/selvaggio2-1920x1080.jpg");
  position: relative;
  overflow: hidden;
}
.cid-vcQZjTw2gv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-vcQZjTw2gv #e2_shape {
  fill: #ffffff !important;
}
.cid-vcQZjTw2gv img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-vcQZjTw2gv img {
    width: 90%!important;
  }
}
.cid-vcQZjTw2gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQZjTw2gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcR2zrntfo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-vcR2zrntfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcR2zrntfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcR2zrntfo .mbr-section-title {
  color: #bbbbb8;
}
.cid-vcR2zrntfo .mbr-section-subtitle {
  margin-top: 24px;
  color: #646464;
}
.cid-vcR8LSfaqA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vcR8LSfaqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcR8LSfaqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcR8LSfaqA .card-wrapper {
  border: 1px solid #b38b13;
}
.cid-vcR8LSfaqA .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcR8LSfaqA .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vcR8LSfaqA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vcR8LSfaqA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcR8LSfaqA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcR8LSfaqA .content-head {
  max-width: 800px;
}
.cid-vcR8LSfaqA .mbr-section-title {
  color: #221b35;
}
.cid-vcTjeSgfWg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTjeSgfWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTjeSgfWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTjeSgfWg .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTjeSgfWg .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTjeSgfWg .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTjeSgfWg .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTjeSgfWg .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTjeSgfWg .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTjeSgfWg .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTjeSgfWg .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTjeSgfWg .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTjeSgfWg .card-wrap {
  border-radius: 0;
}
.cid-vcTjeSgfWg .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTjeSgfWg .card-title {
  color: #2B2B2B;
}
.cid-vcTjeSgfWg .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTjeSgfWg .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTjeSgfWg .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTjeSgfWg .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTjeSgfWg .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTjeSgfWg .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTjeSgfWg .container,
.cid-vcTjeSgfWg .container-fluid {
  position: relative;
}
.cid-vcTjeSgfWg .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTjeSgfWg .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTjeSgfWg .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTjeSgfWg .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTjeSgfWg .mbr-text DIV {
  text-align: center;
}
.cid-vcQYGdVCpA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcQYGdVCpA .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcQYGdVCpA .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcQYGdVCpA .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcQYGdVCpA .card-inner {
  transition: 0.7s;
}
.cid-vcQYGdVCpA .btn {
  margin-left: 0rem;
}
.cid-vcQYGdVCpA .row {
  padding-bottom: 8rem;
}
.cid-vcQYGdVCpA .link {
  margin: 0;
}
.cid-vcQYGdVCpA .card-title {
  position: relative;
}
.cid-vcQYGdVCpA .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcQYGdVCpA .card-box {
  position: relative;
}
.cid-vcQYGdVCpA .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcQYGdVCpA .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcQYGdVCpA .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcQYGdVCpA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcQYGdVCpA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcQYGdVCpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQYGdVCpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQYGflZKB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcQYGflZKB .mbr-text {
  color: #efefec;
}
.cid-vcQYGflZKB .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcRcXK05Qn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcRcXK05Qn nav.navbar {
  position: fixed;
}
.cid-vcRcXK05Qn .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-vcRcXK05Qn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcRcXK05Qn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcRcXK05Qn .dropdown-item:hover,
.cid-vcRcXK05Qn .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcRcXK05Qn .dropdown-item:hover span {
  color: white;
}
.cid-vcRcXK05Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcRcXK05Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcRcXK05Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcRcXK05Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcRcXK05Qn .nav-link {
  position: relative;
}
.cid-vcRcXK05Qn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcRcXK05Qn .container {
    flex-wrap: nowrap;
  }
}
.cid-vcRcXK05Qn .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcRcXK05Qn .dropdown-menu,
.cid-vcRcXK05Qn .navbar.opened {
  background: #ffffff !important;
}
.cid-vcRcXK05Qn .nav-item:focus,
.cid-vcRcXK05Qn .nav-link:focus {
  outline: none;
}
.cid-vcRcXK05Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcRcXK05Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcRcXK05Qn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcRcXK05Qn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcRcXK05Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcRcXK05Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcRcXK05Qn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcRcXK05Qn .navbar.opened {
  transition: all 0.3s;
}
.cid-vcRcXK05Qn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcRcXK05Qn .navbar .navbar-logo img {
  width: auto;
}
.cid-vcRcXK05Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcRcXK05Qn .navbar.collapsed {
  justify-content: center;
}
.cid-vcRcXK05Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcRcXK05Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcRcXK05Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcRcXK05Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcRcXK05Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcRcXK05Qn .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-vcRcXK05Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcRcXK05Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcRcXK05Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcRcXK05Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcRcXK05Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcRcXK05Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcRcXK05Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcRcXK05Qn .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-vcRcXK05Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcRcXK05Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcRcXK05Qn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcRcXK05Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcRcXK05Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcRcXK05Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcRcXK05Qn .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcRcXK05Qn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcRcXK05Qn .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcRcXK05Qn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcRcXK05Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcRcXK05Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcRcXK05Qn .dropdown-item.active,
.cid-vcRcXK05Qn .dropdown-item:active {
  background-color: transparent;
}
.cid-vcRcXK05Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcRcXK05Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcRcXK05Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcRcXK05Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcRcXK05Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcRcXK05Qn .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcRcXK05Qn .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcRcXK05Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcRcXK05Qn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcRcXK05Qn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcRcXK05Qn button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcRcXK05Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcRcXK05Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcRcXK05Qn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcRcXK05Qn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcRcXK05Qn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcRcXK05Qn button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcRcXK05Qn .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcRcXK05Qn .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcRcXK05Qn .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcRcXK05Qn .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcRcXK05Qn .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcRcXK05Qn .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcRcXK05Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcRcXK05Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcRcXK05Qn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcRcXK05Qn .navbar {
    height: 70px;
  }
  .cid-vcRcXK05Qn .navbar.opened {
    height: auto;
  }
  .cid-vcRcXK05Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcRcXK05Qn .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcRcXK05Qn .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcRcXK05Qn .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcRcXK05Qn .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcRcXK05Qn .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcRcXK05Qn .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcRcXK05Qn .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcRcXK05Qn .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcRcXK05Qn .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcRcXK05Qn .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcRcXK05Qn {
    min-height: 0;
    height: 0;
  }
  .cid-vcRcXK05Qn .navbar,
  .cid-vcRcXK05Qn .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcRcXK05Qn .container,
  .cid-vcRcXK05Qn .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcRcXK05Qn .navbar-brand-main {
    display: none !important;
  }
  .cid-vcRcXK05Qn .navbar-nav-main {
    display: none !important;
  }
  .cid-vcRcXK05Qn .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcRcXK05Qn .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcRcXK05Qn .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcRcXK05Qn .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcRcXK05Qn .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcRcXK05Qn .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcRcXK05Qn .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcRcXK05Qn .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcRcXK05Qn .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcRcXK05Qn .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcRcXL7xZQ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/salento-nardo-santa-caterina-caladaspide-banner02-1920x640.jpg");
  position: relative;
  overflow: hidden;
}
.cid-vcRcXL7xZQ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-vcRcXL7xZQ #e2_shape {
  fill: #ffffff !important;
}
.cid-vcRcXL7xZQ img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-vcRcXL7xZQ img {
    width: 90%!important;
  }
}
.cid-vcRcXL7xZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRcXL7xZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRddmVIpz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcRddmVIpz h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcRddmVIpz .container {
    position: relative;
  }
  .cid-vcRddmVIpz .row {
    margin: 0;
  }
  .cid-vcRddmVIpz h2 {
    margin: 0;
  }
}
.cid-vcRddmVIpz .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vcRddmVIpz .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #7e7e7e;
}
.cid-vcRddmVIpz h2 {
  text-align: left;
  color: #646464;
}
.cid-vcRddmVIpz H3 {
  text-align: left;
  color: #7e7e7e;
}
.cid-vcTjj14Aoo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTjj14Aoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTjj14Aoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTjj14Aoo .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTjj14Aoo .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTjj14Aoo .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTjj14Aoo .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTjj14Aoo .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTjj14Aoo .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTjj14Aoo .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTjj14Aoo .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTjj14Aoo .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTjj14Aoo .card-wrap {
  border-radius: 0;
}
.cid-vcTjj14Aoo .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTjj14Aoo .card-title {
  color: #2B2B2B;
}
.cid-vcTjj14Aoo .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTjj14Aoo .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTjj14Aoo .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTjj14Aoo .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTjj14Aoo .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTjj14Aoo .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTjj14Aoo .container,
.cid-vcTjj14Aoo .container-fluid {
  position: relative;
}
.cid-vcTjj14Aoo .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTjj14Aoo .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTjj14Aoo .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTjj14Aoo .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTjj14Aoo .mbr-text DIV {
  text-align: center;
}
.cid-vcRcXO7Kmr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcRcXO7Kmr .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcRcXO7Kmr .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcRcXO7Kmr .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcRcXO7Kmr .card-inner {
  transition: 0.7s;
}
.cid-vcRcXO7Kmr .btn {
  margin-left: 0rem;
}
.cid-vcRcXO7Kmr .row {
  padding-bottom: 8rem;
}
.cid-vcRcXO7Kmr .link {
  margin: 0;
}
.cid-vcRcXO7Kmr .card-title {
  position: relative;
}
.cid-vcRcXO7Kmr .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcRcXO7Kmr .card-box {
  position: relative;
}
.cid-vcRcXO7Kmr .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcRcXO7Kmr .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcRcXO7Kmr .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcRcXO7Kmr .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcRcXO7Kmr .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcRcXO7Kmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRcXO7Kmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRcXOZAI6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcRcXOZAI6 .mbr-text {
  color: #efefec;
}
.cid-vcRcXOZAI6 .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
.cid-vcRdYQ6u3F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vcRdYQ6u3F nav.navbar {
  position: fixed;
}
.cid-vcRdYQ6u3F .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-vcRdYQ6u3F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcRdYQ6u3F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcRdYQ6u3F .dropdown-item:hover,
.cid-vcRdYQ6u3F .dropdown-item:focus {
  background: #b38b13 !important;
  color: #1d191f !important;
}
.cid-vcRdYQ6u3F .dropdown-item:hover span {
  color: white;
}
.cid-vcRdYQ6u3F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcRdYQ6u3F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcRdYQ6u3F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcRdYQ6u3F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcRdYQ6u3F .nav-link {
  position: relative;
}
.cid-vcRdYQ6u3F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcRdYQ6u3F .container {
    flex-wrap: nowrap;
  }
}
.cid-vcRdYQ6u3F .iconfont-wrapper {
  color: #646464 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcRdYQ6u3F .dropdown-menu,
.cid-vcRdYQ6u3F .navbar.opened {
  background: #ffffff !important;
}
.cid-vcRdYQ6u3F .nav-item:focus,
.cid-vcRdYQ6u3F .nav-link:focus {
  outline: none;
}
.cid-vcRdYQ6u3F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcRdYQ6u3F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcRdYQ6u3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcRdYQ6u3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcRdYQ6u3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcRdYQ6u3F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcRdYQ6u3F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 2px solid #dfdfd8;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-vcRdYQ6u3F .navbar.opened {
  transition: all 0.3s;
}
.cid-vcRdYQ6u3F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcRdYQ6u3F .navbar .navbar-logo img {
  width: auto;
}
.cid-vcRdYQ6u3F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcRdYQ6u3F .navbar.collapsed {
  justify-content: center;
}
.cid-vcRdYQ6u3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcRdYQ6u3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcRdYQ6u3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcRdYQ6u3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcRdYQ6u3F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcRdYQ6u3F .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-vcRdYQ6u3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcRdYQ6u3F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcRdYQ6u3F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcRdYQ6u3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcRdYQ6u3F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcRdYQ6u3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcRdYQ6u3F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcRdYQ6u3F .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-vcRdYQ6u3F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcRdYQ6u3F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcRdYQ6u3F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcRdYQ6u3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcRdYQ6u3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcRdYQ6u3F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcRdYQ6u3F .navbar.navbar-short {
  min-height: 70px;
}
.cid-vcRdYQ6u3F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcRdYQ6u3F .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vcRdYQ6u3F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto auto;
}
.cid-vcRdYQ6u3F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcRdYQ6u3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcRdYQ6u3F .dropdown-item.active,
.cid-vcRdYQ6u3F .dropdown-item:active {
  background-color: transparent;
}
.cid-vcRdYQ6u3F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcRdYQ6u3F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcRdYQ6u3F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcRdYQ6u3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcRdYQ6u3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcRdYQ6u3F .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #2b2b2b !important;
}
.cid-vcRdYQ6u3F .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcRdYQ6u3F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcRdYQ6u3F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcRdYQ6u3F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcRdYQ6u3F button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: auto;
  margin-right: 12px;
}
.cid-vcRdYQ6u3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcRdYQ6u3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcRdYQ6u3F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcRdYQ6u3F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcRdYQ6u3F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcRdYQ6u3F button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f6ad4;
  transition: all 0.2s;
}
.cid-vcRdYQ6u3F .navbar-toggler-close {
  position: fixed;
  right: 20px;
  top: 20px;
  margin-right: 0 !important;
}
.cid-vcRdYQ6u3F .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcRdYQ6u3F .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcRdYQ6u3F .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcRdYQ6u3F .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcRdYQ6u3F .navbar-toggler-close .hamburger-bg {
  opacity: 0;
}
.cid-vcRdYQ6u3F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcRdYQ6u3F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcRdYQ6u3F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcRdYQ6u3F .navbar {
    height: 70px;
  }
  .cid-vcRdYQ6u3F .navbar.opened {
    height: auto;
  }
  .cid-vcRdYQ6u3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcRdYQ6u3F .sidebar-brand {
  padding: 0 0 10px;
  margin: 0 auto 30px;
}
.cid-vcRdYQ6u3F .navbar-nav-main {
  width: 40%;
  margin: 0;
}
.cid-vcRdYQ6u3F .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-vcRdYQ6u3F .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-vcRdYQ6u3F .navbar-nav-main .nav-item .nav-link:hover {
  color: #b38b13 !important;
}
.cid-vcRdYQ6u3F .navbar-nav-right {
  justify-content: flex-end;
}
.cid-vcRdYQ6u3F .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-vcRdYQ6u3F .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-vcRdYQ6u3F .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-vcRdYQ6u3F .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-vcRdYQ6u3F {
    min-height: 0;
    height: 0;
  }
  .cid-vcRdYQ6u3F .navbar,
  .cid-vcRdYQ6u3F .navbar-short {
    min-height: 0 !important;
    height: 0 !important;
    border: none !important;
  }
  .cid-vcRdYQ6u3F .container,
  .cid-vcRdYQ6u3F .container-fluid {
    flex-wrap: nowrap;
    top: 50px;
    max-width: 100% !important;
  }
  .cid-vcRdYQ6u3F .navbar-brand-main {
    display: none !important;
  }
  .cid-vcRdYQ6u3F .navbar-nav-main {
    display: none !important;
  }
  .cid-vcRdYQ6u3F .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-vcRdYQ6u3F .sidbar-nav .nav-item {
    margin: 0 auto 15px !important;
    padding: 5px 0 !important;
    justify-content: center;
    text-align: center;
  }
  .cid-vcRdYQ6u3F .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-vcRdYQ6u3F .sidbar-nav .nav-item .nav-link:hover {
    color: #b38b13 !important;
  }
  .cid-vcRdYQ6u3F .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-vcRdYQ6u3F .mbr-section-btn {
    margin-top: auto;
  }
  .cid-vcRdYQ6u3F .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #2b2b2b;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-vcRdYQ6u3F .navbar-collapse.show {
    padding: 48px 40px 38px;
    position: fixed;
    background-color: #2b2b2b;
    width: 420px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-vcRdYQ6u3F .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-vcRdYQ6u3F .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-vcRdYRhxnb {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/salento-nardo-santa-caterina-caladaspide-banner02-1920x640.jpg");
  position: relative;
  overflow: hidden;
}
.cid-vcRdYRhxnb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-vcRdYRhxnb #e2_shape {
  fill: #ffffff !important;
}
.cid-vcRdYRhxnb img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-vcRdYRhxnb img {
    width: 90%!important;
  }
}
.cid-vcRdYRhxnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRdYRhxnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcReiEaqxO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcReiEaqxO h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcReiEaqxO .container {
    position: relative;
  }
  .cid-vcReiEaqxO .row {
    margin: 0;
  }
  .cid-vcReiEaqxO h2 {
    margin: 0;
  }
}
.cid-vcReiEaqxO .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vcReiEaqxO .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #7e7e7e;
}
.cid-vcReiEaqxO h2 {
  text-align: left;
  color: #646464;
}
.cid-vcReiEaqxO H3 {
  text-align: left;
  color: #7e7e7e;
}
.cid-vcTjo6Z9ZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-vcTjo6Z9ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTjo6Z9ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTjo6Z9ZH .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vcTjo6Z9ZH .col-title {
    margin-bottom: 40px;
  }
}
.cid-vcTjo6Z9ZH .mbr-section-title {
  color: #2B2B2B;
}
.cid-vcTjo6Z9ZH .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vcTjo6Z9ZH .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-vcTjo6Z9ZH .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTjo6Z9ZH .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-vcTjo6Z9ZH .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcTjo6Z9ZH .col-card {
    margin-bottom: 60px;
  }
}
.cid-vcTjo6Z9ZH .card-wrap {
  border-radius: 0;
}
.cid-vcTjo6Z9ZH .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-vcTjo6Z9ZH .card-title {
  color: #2B2B2B;
}
.cid-vcTjo6Z9ZH .mbr-text {
  color: #c3c3c3;
  margin-top: 8px;
  text-align: center;
}
.cid-vcTjo6Z9ZH .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-vcTjo6Z9ZH .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vcTjo6Z9ZH .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-vcTjo6Z9ZH .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-vcTjo6Z9ZH .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-vcTjo6Z9ZH .container,
.cid-vcTjo6Z9ZH .container-fluid {
  position: relative;
}
.cid-vcTjo6Z9ZH .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-vcTjo6Z9ZH .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTjo6Z9ZH .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vcTjo6Z9ZH .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-vcTjo6Z9ZH .mbr-text DIV {
  text-align: center;
}
.cid-vcRdYToadP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8ffff;
}
.cid-vcRdYToadP .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-vcRdYToadP .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-vcRdYToadP .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcRdYToadP .card-inner {
  transition: 0.7s;
}
.cid-vcRdYToadP .btn {
  margin-left: 0rem;
}
.cid-vcRdYToadP .row {
  padding-bottom: 8rem;
}
.cid-vcRdYToadP .link {
  margin: 0;
}
.cid-vcRdYToadP .card-title {
  position: relative;
}
.cid-vcRdYToadP .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcRdYToadP .card-box {
  position: relative;
}
.cid-vcRdYToadP .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcRdYToadP .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcRdYToadP .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcRdYToadP .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcRdYToadP .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcRdYToadP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRdYToadP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRdYUzKdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffff;
  overflow: hidden;
  border-top: 2px solid #f8ffff;
}
.cid-vcRdYUzKdd .mbr-text {
  color: #efefec;
}
.cid-vcRdYUzKdd .media-container-row .mbr-text {
  color: #bbbbb8;
  text-align: center;
}
